cleanup
This commit is contained in:
parent
5dc9a063b4
commit
d2d89d7047
4 changed files with 19 additions and 15 deletions
|
|
@ -12,11 +12,13 @@
|
|||
];
|
||||
|
||||
config = lib.mkIf config.hd.desktop.enable {
|
||||
home-manager.users."hd" = lib.mkAliasDefinitions options.home;
|
||||
# install to /etc/profiles, not ~/.nix-profile
|
||||
home-manager.useUserPackages = true;
|
||||
# dont use home.nixpkgs
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager = {
|
||||
users."hd" = lib.mkAliasDefinitions options.home;
|
||||
# install to /etc/profiles, not ~/.nix-profile
|
||||
useUserPackages = true;
|
||||
# dont use home.nixpkgs
|
||||
useGlobalPkgs = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue