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