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, config,
lib, lib,
nixpkgs, nixpkgs,
home-manager,
nh, nh,
nix-melt, nix-melt,
nur, nur,
@ -18,6 +19,7 @@
nur.nixosModules.nur nur.nixosModules.nur
nh.nixosModules.default nh.nixosModules.default
home-manager.nixosModules.home-manager
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -59,6 +61,10 @@
}; };
}; };
# Global hm settings
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users = let home-manager.users = let
default = { default = {
imports = [ imports = [

BIN
flake.nix

Binary file not shown.