about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-25 01:21:54 +0100
committerdevhell <devhell@mailfresser.de>2019-07-25 01:21:54 +0100
commit4463fd55fceafd25b2c83f50697fe6dec0a837a1 (patch)
treea2b7707f8986ba35bb05c52a8d5723e2bc0dd4ff /machines/devhell/eir.nix
parent5bf7be7779512c4433c92b54fa00e9e5271cb7f1 (diff)
{machines,modules}/devhell: Rework compton
Compton has been bumped to version 7, and with it the nix definition has
changed. Additionally to adopting the new options I'm also moving
compton to the overall services and have removed compton references from
each machine.
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 3697a3a2..13f02c3a 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -116,13 +116,6 @@
     '';
   };
 
-  services.compton = {
-    enable = true;
-    extraOptions = ''
-      inactive-dim = 0.2;
-    '';
-  };
-
   services.xserver = {
     enable = true;
     layout = "gb";