make nix use xdg-standard

This commit is contained in:
Julia Lange 2024-04-16 00:26:29 -07:00
parent f5f76fdb0e
commit 7167c10484
2 changed files with 7 additions and 6 deletions

View file

@ -39,6 +39,7 @@
"\${HOME}/prog/scripts"
];
};
nix.settings.use-xdg-base-directories = true;
users.groups = {
wheel = { };