diff options
| author | Seth Flynn <[email protected]> | 2025-03-11 23:00:46 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-11 23:00:46 -0400 |
| commit | e1291aaf52ed6355af78e69bfae21907ee9979d4 (patch) | |
| tree | 52ba0f1f36dbf5892d585997b702efc2e32fd876 | |
| parent | cfe9fe33a2f4b5f48e9b665829f10f4321ddece8 (diff) | |
modules/nix: enable `use-xdg-base-directories`
| -rw-r--r-- | modules/shared/defaults/nix.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix index 2754355..866a7e2 100644 --- a/modules/shared/defaults/nix.nix +++ b/modules/shared/defaults/nix.nix @@ -21,6 +21,7 @@ in nix = { settings = { auto-optimise-store = lib.mkDefault isLinux; + experimental-features = [ "nix-command" "flakes" @@ -36,6 +37,8 @@ in "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + + use-xdg-base-directories = true; }; gc = { |
