i finally decided to set a sane sorting order for this shit
This commit is contained in:
parent
868afcad08
commit
ece36993e9
1 changed files with 14 additions and 6 deletions
|
@ -22,11 +22,19 @@ in {
|
|||
};
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
home-manager.users.${user}.home.packages = with pkgs; [
|
||||
ffmpegthumbnailer
|
||||
gsettings-desktop-schemas
|
||||
xarchiver # not really thunar but can be here ig
|
||||
samba
|
||||
];
|
||||
home-manager.users.${user} = {
|
||||
home.packages = with pkgs; [
|
||||
ffmpegthumbnailer
|
||||
gsettings-desktop-schemas
|
||||
xarchiver # not really thunar but can be here ig
|
||||
samba
|
||||
];
|
||||
dconf.settings = {
|
||||
"org/gtk/settings/file-chooser" = {
|
||||
sort-directories-first = true;
|
||||
show-hidden = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue