all repos — nixfiles @ 1738174bb4570ead90ea0066f4fbb23576708b5b

System and user configuration, managed by nix and home-manager

fix home-manager getting confused about nix use-xdg-base-directories

Alan Pearce
commit

1738174bb4570ead90ea0066f4fbb23576708b5b

parent

d4bc86ffc6ca3f83583eb3c7165123a10abdfb2f

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M user/settings/nix.nixuser/settings/nix.nix
@@ -10,6 +10,13 @@ imports = [
../../pin.nix ]; nixpkgs.config = import ../config.nix; + nix = { + enable = true; + package = pkgs.nix; + settings = { + use-xdg-base-directories = true; + }; + }; home.packages = with pkgs; [ nil