From 4463fd55fceafd25b2c83f50697fe6dec0a837a1 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 25 Jul 2019 01:21:54 +0100 Subject: {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. --- machines/devhell/eir.nix | 7 ------- machines/devhell/gunnr.nix | 9 --------- machines/devhell/hildr.nix | 9 --------- 3 files changed, 25 deletions(-) (limited to 'machines') 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"; diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index 864ff1af..d746b0aa 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -89,15 +89,6 @@ services.zfs.autoScrub.enable = true; - services.compton = { - enable = true; - backend = "glx"; - vSync = "drm"; - extraOptions = '' - inactive-dim = 0.2; - ''; - }; - services.xserver = { enable = true; layout = "dvorak"; diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 431dfd94..ee21cfa0 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -114,15 +114,6 @@ ''; }; - services.compton = { - enable = true; - backend = "glx"; - vSync = "drm"; - extraOptions = '' - inactive-dim = 0.2; - ''; - }; - services.xserver = { enable = true; layout = "gb"; -- cgit 1.4.1