summaryrefslogtreecommitdiff
path: root/modules/variables/wlroots.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/variables/wlroots.nix')
-rw-r--r--modules/variables/wlroots.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/variables/wlroots.nix b/modules/variables/wlroots.nix
new file mode 100644
index 0000000..25aaf4d
--- /dev/null
+++ b/modules/variables/wlroots.nix
@@ -0,0 +1,12 @@
+{
+ environment.variables = {
+ WLR_NO_HARDWARE_CURSORS = "1";
+ WLR_DRM_NO_ATOMIC = "1";
+ WLR_USE_LIBINPUT = "1";
+ WLR_RENDERER_ALLOW_SOFTWARE = "1";
+ WLR_DRM_DEVICES = "/dev/dri/card0";
+ WLR_EGL_NO_MODIFIERS = "1";
+ WLR_BACKEND = "vulkan";
+ WLR_RENDERER = "vulkan";
+ };
+}