From f927eec185d78a1ed314e9ccad0fee491a81c2ee Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Mar 2025 22:28:43 +0100 Subject: try lix --- user/settings/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings') 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; [ -- cgit 1.4.1