mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
xdg isn't hard come on
This commit is contained in:
parent
7e62677590
commit
2c0a80f86a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
# nix.package = pkgs.nixVersions.latest;
|
# nix.package = pkgs.nixVersions.latest;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
use-xdg-base-directories = true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue