Switched several programs to their home manager modules

This commit is contained in:
2025-05-19 22:26:39 -04:00
parent ce204417db
commit 6774d0bf21
2 changed files with 52 additions and 9 deletions

View File

@@ -31,6 +31,7 @@
# Add home-manager
home-manager.nixosModules.home-manager
{
home-manager.backupFileExtension = "backup";
home-manager.useGlobalPkgs = true;
home-manager.users.chase = ./home.nix;
}