From d89461815a2ec85e2380f56598820b85aa440063 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2024 04:23:37 +0200 Subject: nix: re-enable home-manager standalone evaluation --- user/settings/nix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/settings/nix.nix b/user/settings/nix.nix index faadf772..b3109c08 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -1,5 +1,6 @@ { config , pkgs +, lib , ... }: let @@ -9,6 +10,8 @@ in nixpkgs.config = import ../config.nix; nix = { enable = true; + # needed for "standalone" home-manager, conflicts with module + package = lib.mkDefault pkgs.nix; settings = { use-xdg-base-directories = true; }; -- cgit 1.4.1