From 65d68895a6fcf8b1a9bdceeb0c4aa87b7d3bd424 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Tue, 9 Jun 2026 15:18:42 +0200 Subject: [PATCH] Update modules/home/xdg/default.nix --- modules/home/xdg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/xdg/default.nix b/modules/home/xdg/default.nix index 0a53ed0..63fdf24 100644 --- a/modules/home/xdg/default.nix +++ b/modules/home/xdg/default.nix @@ -2,6 +2,7 @@ home.packages = with pkgs; [ xdg-user-dirs ]; + xdg.enable = true; xdg.userDirs.enable = true; xdg.userDirs.desktop = "${config.home.homeDirectory}/desktop"; xdg.userDirs.documents = "${config.home.homeDirectory}/desktop";