From 494c06e30b48161d70d10b8217019dcacf4861ba Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Tue, 19 May 2020 23:29:20 +0200 Subject: [PATCH] Fix after compton renaming and add SBT --- configs/dev.nix | 1 + configs/games.nix | 2 -- configs/xmonad.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/dev.nix b/configs/dev.nix index 94b7b84..724450f 100644 --- a/configs/dev.nix +++ b/configs/dev.nix @@ -6,6 +6,7 @@ jdk jetbrains.idea-ultimate maven + sbt geckodriver ]; }; diff --git a/configs/games.nix b/configs/games.nix index ed50832..de884f6 100644 --- a/configs/games.nix +++ b/configs/games.nix @@ -14,8 +14,6 @@ }; home.packages = with pkgs; [ steam - lutris - vulkan-tools dolphinEmu ]; }; diff --git a/configs/xmonad.nix b/configs/xmonad.nix index edb274f..41bc8fe 100644 --- a/configs/xmonad.nix +++ b/configs/xmonad.nix @@ -132,7 +132,7 @@ }; }; - services.compton.enable = true; + services.picom.enable = true; services.stalonetray = { enable = true; config = {