xdg isn't hard come on

This commit is contained in:
Daylin Morgan 2024-06-28 11:08:04 -05:00
parent 7e62677590
commit 2c0a80f86a
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -12,6 +12,7 @@
# nix.package = pkgs.nixVersions.latest;
nix.extraOptions = ''
experimental-features = nix-command flakes
use-xdg-base-directories = true
'';
nix.optimise.automatic = true;