feat: add home-manager
This commit is contained in:
5
profiles/home-manager/default.nix
Normal file
5
profiles/home-manager/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ inputs, config, pkgs, ... }: {
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
}
|
Reference in New Issue
Block a user