From 0e741291f1ea350c398302e4b212a28f5c77840a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 19:28:29 -0700 Subject: Add root to home manager --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 31916d3..537b247 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ ./hosts/ginaz nixos-hardware.nixosModules.lenovo-yoga-7-14ARH7.amdgpu home-manager-unstable.nixosModules.home-manager { + home-manager.users.root = import ./home/root/ginaz.nix; home-manager.users.nipsy = import ./home/nipsy/ginaz.nix; } ]; @@ -41,6 +42,7 @@ modules = [ ./hosts/richese home-manager-unstable.nixosModules.home-manager { + home-manager.users.root = import ./home/root/richese.nix; home-manager.users.nipsy = import ./home/nipsy/richese.nix; } ]; -- cgit v1.2.3