summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 80bc81bc..a5f9d652 100644
--- a/hel.nix
+++ b/hel.nix
@@ -583,6 +583,13 @@
583 enable = true; 583 enable = true;
584 backend = "glx"; 584 backend = "glx";
585 vSync = "opengl-swc"; 585 vSync = "opengl-swc";
586 extraOptions = ''
587 dbe = true;
588 glx-swap-method = 3;
589 xrender-sync = true;
590 shadow = true;
591 fading = true;
592 '';
586 }; 593 };
587 594
588 system = { 595 system = {