use xdg dirs for icons in the file manager

This commit is contained in:
2026-03-20 13:09:40 +01:00
parent fc92b24234
commit 6777b218df
8 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{ ... }:
{
xdg.userDirs = {
enable = true;
createDirectories = false;
};
}