diff options
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index d868a73eb247..df87c32aac3c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -37,6 +37,7 @@ in { # Configure i3 & compositor services.xserver.windowManager.i3.enable = true; services.compton.enable = true; + services.compton.backend = "xrender"; # Configure Redshift for Oslo services.redshift.enable = true; |