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; };