refactor: add perSystem func
This commit is contained in:
parent
d76c5a25a2
commit
807740ce7e
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
nh,
|
||||
nix-melt,
|
||||
nur,
|
||||
|
@ -18,6 +19,7 @@
|
|||
|
||||
nur.nixosModules.nur
|
||||
nh.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -59,6 +61,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Global hm settings
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users = let
|
||||
default = {
|
||||
imports = [
|
||||
|
|
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue