Minor fixes

This commit is contained in:
Emmet 2024-12-28 11:30:30 -06:00
parent a8f84076e1
commit b6f4118a6b
3 changed files with 4 additions and 15 deletions

View file

@ -24,11 +24,5 @@
];
xdg.enable = true;
xdg.userDirs = {
extraConfig = {
XDG_GAME_DIR = "${config.home.homeDirectory}/Media/Games";
XDG_GAME_SAVE_DIR = "${config.home.homeDirectory}/Media/Game Saves";
};
};
}