aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index a1dfb8e..31916d3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
+ }
];
};
};