This commit is contained in:
Javier Feliz 2025-08-14 00:46:48 -04:00
parent 9e60951806
commit ff4438867c
2 changed files with 13 additions and 1 deletions

View File

@ -91,7 +91,14 @@
};
xdg = {
# Normal expected directories
enable = true;
configFile."user-dirs.conf" = {
text = ''
enabled=True
filename_encoding=UTF-8
'';
force = true; # This forces overwrite of existing content
};
userDirs = {
enable = true;
createDirectories = true;

View File

@ -52,6 +52,11 @@
# onlyoffice-bin # Alternative office suite
];
xdg.configFile."Thunar/thunarrc".text = ''
[Configuration]
DefaultView=ThunarDetailsView
'';
# XDG MIME associations for seamless integration
xdg.mimeApps = {
enable = true;