diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,9 +40,9 @@ system = "x86_64-linux"; modules = [ ./hosts/richese - #home-manager-unstable.nixosModules.home-manager { - # home-manager.users.nipsy = import ./home/nipsy/richese.nix; - #} + home-manager-unstable.nixosModules.home-manager { + home-manager.users.nipsy = import ./home/nipsy/richese.nix; + } ]; }; }; |