From ff573299cc942c1b4ddac97c0318d43f4f9fd688 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 20 Dec 2022 13:26:33 +0100 Subject: [PATCH] removed config from here --- hosts/thinkpad/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index e3369d1..2221c49 100755 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -40,13 +40,6 @@ lightdm.enable = true; defaultSession = "none+awesome"; }; - windowManager.awesome = { - enable = true; - luaModules = with pkgs.luaPackages; [ - luarocks - vicious - ]; - }; libinput.enable = true; };