This commit is contained in:
iFargle 2023-07-13 19:04:09 +09:00
parent 468ab0ea2d
commit 17a7cc5d0f

View file

@ -76,7 +76,7 @@
inherit config pkgs hostname; inherit config pkgs hostname;
}) })
]; ];
home-manager.users.root = import ./users/root/home.nix { inherit hostname; }; home-manager.users.root = import ./users/root/home.nix;
nixpkgs.overlays = [ nixpkgs.overlays = [
nur.overlay nur.overlay
]; ];