diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:16:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:16:39 -0800 |
| commit | 45d8c45e115429225d2398f52bda948d28a89bea (patch) | |
| tree | 421531bc96a5c6a9f542aeb92fb43dae1184c098 | |
| parent | home-manager: i3 + rofi configuration (diff) | |
| download | infra-45d8c45e115429225d2398f52bda948d28a89bea.tar.gz | |
home-manager: update xdg configuration
| -rw-r--r-- | users/fcuny/desktop.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/fcuny/desktop.nix b/users/fcuny/desktop.nix index 25c7d04..9d3a659 100644 --- a/users/fcuny/desktop.nix +++ b/users/fcuny/desktop.nix @@ -3,6 +3,19 @@ { xdg.enable = true; + xdg.userDirs = { + enable = true; + createDirectories = true; + desktop = "\$HOME/documents"; + documents = "\$HOME/documents"; + downloads = "\$HOME/downloads"; + music = "\$HOME/media/music"; + pictures = "\$HOME/media/pictures"; + publicshare = "\$HOME/documents/public"; + templates = "\$HOME/documents/templates"; + videos = "\$HOME/media/videos"; + }; + imports = [ ./common.nix ./i3.nix |
