summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 10489d06..80bc81bc 100644
--- a/hel.nix
+++ b/hel.nix
@@ -579,6 +579,12 @@
579 ''; 579 '';
580 }; 580 };
581 581
582 services.compton = {
583 enable = true;
584 backend = "glx";
585 vSync = "opengl-swc";
586 };
587
582 system = { 588 system = {
583 stateVersion = "16.09"; 589 stateVersion = "16.09";
584 }; 590 };