wluma: set env variable to allow it to work

see:
https://github.com/maximbaz/wluma/issues/8
This commit is contained in:
Khaïs COLIN 2024-07-30 09:46:43 +02:00
parent ef255dcf27
commit 9eba1a0ba6

View file

@ -125,6 +125,13 @@
# wget
];
# set global environment variables
environment.sessionVariables = {
# I don't know what this does, but it is needed for wluma to work correctly.
# It will also slightly increase cpu usage (on wayland compositors), but shouldn't be too bad.
WLR_DRM_NO_MODIFIERS = 1;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;