refactor(nixos): extract Home Manager modules
This commit is contained in:
parent
2968f5396d
commit
ec23fb1431
5 changed files with 110 additions and 101 deletions
|
@ -14,7 +14,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
extraSpecialArgs = { inherit inputs desktop self username; };
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users."${username}" = import ./home-manager.nix;
|
||||
users."${username}" = import ./home-manager;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue