move home-manager import to host config

This commit is contained in:
2025-01-31 13:38:32 +01:00
parent f5fcfbded4
commit 06a1fa3cb1
2 changed files with 8 additions and 7 deletions

View File

@@ -18,5 +18,12 @@
./network.nix
./nginx.nix
./persistence.nix
inputs.home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.rpqt = ./home.nix;
}
];
}