Updates
This commit is contained in:
parent
9e60951806
commit
ff4438867c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user