Ok now actually use home manager
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user