From 92c568883a504c2778f8b182bccb09bb9657a7ae Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 17:28:36 +0200 Subject: [PATCH] FINALLY XDG CONFORMANT NIX --- hosts/common/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 1d19844..5087c52 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -19,6 +19,7 @@ auto-optimise-store = true; keep-outputs = true; keep-derivations = true; + use-xdg-base-directories = true; }; }; }