Re-organise Home Manager modules
This commit is contained in:
parent
9401bd3754
commit
d63992ed63
|
@ -34,7 +34,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users."${username}" = import ./home-manager;
|
||||
users."${username}" = import "${self}/home/${username}";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue