home-manager: fix xdg config file definition

This commit is contained in:
2025-03-16 15:58:05 +00:00
parent 57943b2fbc
commit 8357e744ec
2 changed files with 3 additions and 1 deletions

View File

@@ -42,5 +42,7 @@ in
home = {
username = name;
};
xdg.enable = true;
};
}