about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
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;
+        };
       };
     };