mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
meep
This commit is contained in:
parent
f6f6ae6b6a
commit
e1fb6158a0
10 changed files with 86 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ in {
|
|||
grim
|
||||
pavucontrol
|
||||
brightnessctl
|
||||
nautilus
|
||||
playerctl
|
||||
glib
|
||||
pcmanfm
|
||||
|
|
@ -85,7 +86,7 @@ in {
|
|||
environment = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
XDG_CURRENT_DESKTOP = "niri";
|
||||
GDK_BACKEND = "wayland,x11";
|
||||
GDK_BACKEND = "wayland";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
};
|
||||
xwayland-satellite = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue