From 78d23a145b3792da1fd6368ec902ade67d8b50c9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 31 Oct 2023 21:33:53 -0400 Subject: [PATCH] global/nix: use xdg base directories --- modules/global/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 201dcea..3d35126 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -14,6 +14,7 @@ with lib; auto-optimise-store = true; sandbox = true; + use-xdg-base-directories = true; keep-outputs = true; keep-derivations = true; fallback = true;