feat(home-manager): enable xdg user dirs in template

This commit is contained in:
randogoth 2026-02-05 09:52:00 +02:00
parent 1cabb64b8a
commit b2fde7c5c2

View file

@ -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";