diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix index a14fa8a..4de6e66 100644 --- a/home.nix +++ b/home.nix @@ -30,6 +30,7 @@ in home.homeDirectory = "/home/pn"; xdg.userDirs = { + enable = true; documents = "${config.home.homeDirectory}/docs"; download = "${config.home.homeDirectory}/dwn"; music = "${config.home.homeDirectory}/music"; |