mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch back to yaml
This commit is contained in:
parent
15516bf6ad
commit
cc1ee2c7db
3 changed files with 38 additions and 65 deletions
|
|
@ -28,6 +28,6 @@ inputs: {
|
|||
};
|
||||
#fix for use-xdg-base-directories
|
||||
environment.profiles = [
|
||||
"${config.environment.variables.XDG_STATE_HOME or "$HOME/.local/state"}/nix/profile"
|
||||
"\${XDG_STATE_HOME:-$HOME/.local/state}/nix/profile"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue