fix: fallback to xcb qt plugin
This commit is contained in:
parent
c33810a8cd
commit
42cbcb2d4b
|
@ -1,13 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
stylix.targets.fuzzel.enable = true;
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
launch-prefix = "uwsm app --";
|
||||
launch-preix = "uwsm app --";
|
||||
};
|
||||
colors.background = lib.mkForce "000000ff";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -168,7 +168,7 @@ in
|
|||
"MOZ_ENABLE_WAYLAND,1"
|
||||
"_JAVA_AWT_WM_NONREPARENTING,1"
|
||||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||
"QT_QPA_PLATFORM,wayland"
|
||||
"QT_QPA_PLATFORM,wayland;xcb"
|
||||
"GDK_BACKEND,wayland"
|
||||
"WLR_DRM_NO_ATOMIC,1" # retest on newest nvidia driver
|
||||
"XDG_SESSION_TYPE,wayland"
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
".config/spotify"
|
||||
".cache/spotify"
|
||||
".local/share/cargo"
|
||||
#".local/share/wallpapers"
|
||||
".local/share/wallpapers"
|
||||
];
|
||||
};
|
||||
"/panzer/state".directories = lib.lists.optionals (nixosConfig.disko.devices.zpool ? "panzer") [
|
||||
|
|
Loading…
Reference in a new issue