From 134e09632675a531d92070b04b6cbd0357ed49fa Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sat, 28 Oct 2023 12:03:59 +0200 Subject: [PATCH] fix: enable xdg user directories I forgot to enable it lol Have been confused why it's not working properly welp --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/home.nix b/hosts/home.nix index 385daab..8969180 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -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"; -- 2.48.1