diff --git a/hosts/seedbox/aztul/services/thelounge.nix b/hosts/seedbox/aztul/services/thelounge.nix index 8da997f..419f9b6 100644 --- a/hosts/seedbox/aztul/services/thelounge.nix +++ b/hosts/seedbox/aztul/services/thelounge.nix @@ -8,9 +8,6 @@ extraConfig = { prefetch = true; }; - plugins = [ - pkgs.theLoungePlugins.themes.solarized - pkgs.theLoungePlugins.plugins.shortcuts - ]; + plugins = [ pkgs.theLoungePlugins.themes.solarized ]; }; }