xdg default directories
This commit is contained in:
parent
ddbd75a5c0
commit
12243996c1
1 changed files with 6 additions and 1 deletions
7
home.nix
7
home.nix
|
|
@ -152,8 +152,13 @@
|
|||
createDirectories = false;
|
||||
download = "${config.home.homeDirectory}/downloads";
|
||||
templates = "${config.home.homeDirectory}/templates";
|
||||
videos = "${config.home.homeDirectory}/videos";
|
||||
|
||||
desktop = "${config.home.homeDirectory}";
|
||||
documents = "${config.home.homeDirectory}";
|
||||
music = "${config.home.homeDirectory}";
|
||||
pictures = "${config.home.homeDirectory}";
|
||||
publicShare = "${config.home.homeDirectory}";
|
||||
videos = "${config.home.homeDirectory}";
|
||||
};
|
||||
|
||||
mimeApps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue