switch back to yaml

This commit is contained in:
Gerg-L 2023-07-20 22:25:26 -04:00
parent 15516bf6ad
commit cc1ee2c7db
3 changed files with 38 additions and 65 deletions

View file

@ -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"
];
}