From b2fde7c5c2e12422238dcbfefa3c45c9f8466ab7 Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 5 Feb 2026 09:52:00 +0200 Subject: [PATCH] feat(home-manager): enable xdg user dirs in template --- templates/home-home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/home-home.nix b/templates/home-home.nix index ba2ec53..2d50b76 100644 --- a/templates/home-home.nix +++ b/templates/home-home.nix @@ -89,6 +89,11 @@ ]; + xdg.userDirs = { + enable = true; + createDirectories = true; + }; + home.sessionVariables = { # you can change the default terminal and editor here TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";