diff --git a/home/profile/base/default.nix b/home/profile/base/default.nix index 1f2f972..bf1092b 100644 --- a/home/profile/base/default.nix +++ b/home/profile/base/default.nix @@ -50,7 +50,7 @@ in extraConfig = { XDG_CODE_DIR = "${config.home.homeDirectory}/Coding"; XDG_SCREENSHOT_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; - XDG_NOTES_DIR = "${config.xdg.userDirs.Documents}/Notes"; + XDG_NOTES_DIR = "${config.xdg.userDirs.documents}/Notes"; }; };