Move more stuff into home manager as appropriate.  Use 'personal'
instead of 'home' for non-work stuff.
This commit is contained in:
Alexander Wainwright
2025-12-24 17:37:06 +10:00
parent 5f9cada55b
commit a76299e62f
7 changed files with 15 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
modules = [
./hosts/case/configuration.nix
home-manager.nixosModules.home-manager
(mkHomeManagerConfig { extraModules = [ ./alex/desktop.nix ]; })
(mkHomeManagerConfig { extraModules = [ ./alex/desktop.nix ./alex/personal.nix ]; })
];
};
@@ -45,7 +45,7 @@
modules = [
./hosts/count/configuration.nix
home-manager.nixosModules.home-manager
(mkHomeManagerConfig { extraModules = [ ./alex/desktop.nix ]; })
(mkHomeManagerConfig { extraModules = [ ./alex/desktop.nix ./alex/personal.nix ]; })
];
};
@@ -81,4 +81,4 @@
# other hosts...
};
};
}
}