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