refactor(hm): move some hm settings into flake.nix
This commit is contained in:
parent
0cec51bc54
commit
6806471b24
2 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,8 @@
|
|||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = attrs;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
extraGroups = [ "wheel" "input" "uinput" "adm" "mlocate" "video" "libvirtd" ];
|
||||
};
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
programs.dconf.enable = true;
|
||||
#############################################################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue