This commit is contained in:
Gerg-L 2023-09-26 09:00:59 -04:00
parent 8fdd391891
commit 2af79ace1e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -54,9 +54,5 @@ in
use-xdg-base-directories = true; use-xdg-base-directories = true;
auto-allocate-uids = true; auto-allocate-uids = true;
}; };
#
# Fix for use-xdg-base-directories https://github.com/NixOS/nixpkgs/pull/241518
#
environment.profiles = [ "\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile" ];
_file = ./nix.nix; _file = ./nix.nix;
} }