diff --git a/home/profile/base/default.nix b/home/profile/base/default.nix index 3e25b4f..1f2f972 100644 --- a/home/profile/base/default.nix +++ b/home/profile/base/default.nix @@ -45,9 +45,12 @@ in }; }; xdg.userDirs = { + enable = true; createDirectories = true; extraConfig = { - XDG_CODE_DIR = "${config.homeDirectory}/Coding"; + XDG_CODE_DIR = "${config.home.homeDirectory}/Coding"; + XDG_SCREENSHOT_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; + XDG_NOTES_DIR = "${config.xdg.userDirs.Documents}/Notes"; }; };