about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-08-21 17:52:36 +0100
committerdevhell <devhell@mailfresser.de>2020-08-21 17:53:30 +0100
commit903f1032cfe5881c6f158348a6ab3c7d417f1175 (patch)
tree2ceba16c5b5c0a45572f201a8f8848347636689a /modules
parent95ecb196ab358a618910db709e268d9ec2c09d26 (diff)
profiles/services: compton -> picom
At some point compton was renamed to picom, we have an alias for it, but
I feel better if it's using the new name.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 3fc96575..8fa6cad1 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -33,11 +33,13 @@ in {
       geoclue2.enable = true;
       redshift.enable = true;
 
-      compton = {
+      picom = {
         enable = true;
         vSync = true;
         backend = "glx";
-        settings = { inactive-dim = 0.2; };
+        settings = { 
+          inactive-dim = 0.2;
+        };
       };
     };