feat(xdg): add XDG_RECORDINGS_DIR
This commit is contained in:
parent
96c93ca952
commit
645ad15512
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ in
|
|||
XDG_CODE_DIR = "${config.home.homeDirectory}/Coding";
|
||||
XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
|
||||
XDG_NOTES_DIR = "${config.xdg.userDirs.documents}/Notes";
|
||||
XDG_RECORDINGS_DIR = "${config.xdg.userDirs.videos}/Recordings";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue