diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 19:28:29 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 19:28:29 -0700 |
commit | 0e741291f1ea350c398302e4b212a28f5c77840a (patch) | |
tree | fe86873dcb1168ba3e3644d7e300f6709d5b2503 /flake.nix | |
parent | 05c88df33274373391b25fc73a1c965a74fb8d80 (diff) | |
download | nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.gz nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.bz2 nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.lz nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.xz nix-0e741291f1ea350c398302e4b212a28f5c77840a.tar.zst nix-0e741291f1ea350c398302e4b212a28f5c77840a.zip |
Add root to home manager
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } ]; |