simplify and inline a lot of home-manager stuff

This commit is contained in:
2025-04-07 20:50:03 -04:00
parent 3abf9880ec
commit 49fbc6620d
4 changed files with 40 additions and 29 deletions

View File

@@ -77,23 +77,6 @@
modules = [
./system-${hostname}.nix
niri.homeModules.config
agenix.homeManagerModules.age
(
{ ... }:
{
nixpkgs.overlays = [
rust-overlay.overlays.default
inputs.niri.overlays.niri
];
# home-manager stuff
home = {
inherit username homeDirectory;
};
}
)
];
};
};