fix: enable xdg user directories I forgot to enable it lol Have been confused why it's not working properly welp
1 files changed, 1 insertions(+), 0 deletions(-) M hosts/home.nix
M hosts/home.nix => hosts/home.nix +1 -0
@@ 30,6 30,7 @@ xdg = { userDirs = let dir = s: "${config.home.homeDirectory}/${s}"; in { + enable = true; documents = dir "doc"; download = dir "download"; music = dir "music";