Merge remote-tracking branch 'origin/main'

This commit is contained in:
willifan 2024-06-01 00:11:05 +02:00
commit 9b0e3084e7
5 changed files with 33 additions and 28 deletions

View file

@ -28,7 +28,6 @@
prusa-slicer
gimp
cinnamon.nemo-fileroller
];

View file

@ -124,7 +124,7 @@
windowrule = [
"idleinhibit fullscreen, ^(firefox)$"
"float, ^(thunar)$"
"float, ^(Thunar)$"
"stayfocused, title:^(Enpass Assistant)$"
"pin, title:^(Enpass Assistant)$"
"center, title:^(Enpass Assistant)$"

View file

@ -2,6 +2,8 @@
{
services.gvfs.enable = true;
services.tumbler.enable = true;
programs.file-roller.enable = true;
programs.thunar = {
@ -10,5 +12,8 @@
thunar-archive-plugin
thunar-volman
];
};
}