refactor: cleanup

This commit is contained in:
ooks-io 2024-02-15 20:31:32 +13:00
parent 13f8a6ac36
commit 771ce3b1f6
6 changed files with 17 additions and 1 deletions

View file

@ -44,6 +44,12 @@ in
TZ = "Pacific/Auckland";
};
};
xdg.userDirs = {
createDirectories = true;
extraConfig = {
XDG_CODE_DIR = "${config.homeDirectory}/Coding";
};
};
xdg.portal.enable = true;