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/gunnr.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'machines/devhell/gunnr.nix') 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"; -- cgit 1.4.1