Ok now actually use home manager

This commit is contained in:
2024-09-07 14:57:01 -07:00
parent 48add8c1f3
commit 645e34320c
4 changed files with 345 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.johno = import ./home/home-z790prors.nix;
}
];
};
@@ -41,7 +42,6 @@
specialArgs = { inherit inputs; };
modules = [
./machines/nix-book/configuration.nix
inputs.hyprland.homeManagerModules.default
inputs.home-manager.nixosModules.home-manager
{
inputs.home-manager.useGlobalPkgs = true;