Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9b0e3084e7
5 changed files with 33 additions and 28 deletions
|
@ -28,7 +28,6 @@
|
|||
prusa-slicer
|
||||
gimp
|
||||
|
||||
cinnamon.nemo-fileroller
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
windowrule = [
|
||||
"idleinhibit fullscreen, ^(firefox)$"
|
||||
"float, ^(thunar)$"
|
||||
"float, ^(Thunar)$"
|
||||
"stayfocused, title:^(Enpass Assistant)$"
|
||||
"pin, title:^(Enpass Assistant)$"
|
||||
"center, title:^(Enpass Assistant)$"
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue