refactor: cleanup
This commit is contained in:
parent
13f8a6ac36
commit
771ce3b1f6
6 changed files with 17 additions and 1 deletions
|
|
@ -44,6 +44,12 @@ in
|
|||
TZ = "Pacific/Auckland";
|
||||
};
|
||||
};
|
||||
xdg.userDirs = {
|
||||
createDirectories = true;
|
||||
extraConfig = {
|
||||
XDG_CODE_DIR = "${config.homeDirectory}/Coding";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue