Updates
This commit is contained in:
parent
9e60951806
commit
ff4438867c
@ -91,7 +91,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
xdg = {
|
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 = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
createDirectories = true;
|
createDirectories = true;
|
||||||
|
@ -52,6 +52,11 @@
|
|||||||
# onlyoffice-bin # Alternative office suite
|
# onlyoffice-bin # Alternative office suite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.configFile."Thunar/thunarrc".text = ''
|
||||||
|
[Configuration]
|
||||||
|
DefaultView=ThunarDetailsView
|
||||||
|
'';
|
||||||
|
|
||||||
# XDG MIME associations for seamless integration
|
# XDG MIME associations for seamless integration
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user