summary refs log tree commit diff stats
path: root/user/settings/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/nix.nix')
-rw-r--r--user/settings/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix
index b20ae466..85f4c65d 100644
--- a/user/settings/nix.nix
+++ b/user/settings/nix.nix
@@ -11,7 +11,7 @@ in
   nix = {
     enable = true;
     # needed for "standalone" home-manager, conflicts with module
-    package = lib.mkDefault pkgs.nix;
+    package = lib.mkDefault pkgs.lix;
   };
 
   home.packages = with pkgs; [