summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2025-03-01 22:28:43 +0100
committerAlan Pearce2025-03-01 22:28:43 +0100
commitf927eec185d78a1ed314e9ccad0fee491a81c2ee (patch)
treef4c6b6fcebd7e6223f8564777adf45b4bde3b71c /user/settings
parentae7fb42d63ab0eef7a785d28105773152bcbd1b1 (diff)
downloadnixfiles-f927eec185d78a1ed314e9ccad0fee491a81c2ee.tar.lz
nixfiles-f927eec185d78a1ed314e9ccad0fee491a81c2ee.tar.zst
nixfiles-f927eec185d78a1ed314e9ccad0fee491a81c2ee.zip
try lix
Diffstat (limited to 'user/settings')
-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; [