refactor: add perSystem func

This commit is contained in:
matt1432 2023-12-03 04:50:17 -05:00
parent d76c5a25a2
commit 807740ce7e
2 changed files with 6 additions and 0 deletions

View file

@ -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

Binary file not shown.