Changed: Thunar

This commit is contained in:
2025-04-02 19:43:31 +02:00
parent 9fe3249220
commit 361c676ce1
4 changed files with 17 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
}

View File

@@ -49,7 +49,7 @@ in
inherit package;
enable = true;
xwayland = { enable = true; };
xwayland.enable = true;
systemd = {
enable = true;
@@ -71,7 +71,7 @@ in
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
"QT_QPA_PLATFORM,wayland"
"SDL_VIDEODRIVER,wayland"
"GDK_BACKEND,wayland"
"GDK_BACKEND,wayland,x11"
"XCURSOR_SIZE,24"
"EDITOR,nvim"
];