This commit is contained in:
mjallen18
2025-02-08 18:42:19 -06:00
parent 4ac8af3f28
commit 3a25db1431
3 changed files with 71 additions and 11 deletions

View File

@@ -199,7 +199,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.matt = import ./hosts/deck/home.nix;
home-manager.users.deck = import ./hosts/deck/home.nix;
home-manager.backupFileExtension = "backup";
}