From 4fbf0c58802f236be18b6f1b003d222f477df600 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Wed, 19 Apr 2023 13:04:33 +0200 Subject: [PATCH] Install thelounge-plugin-shortcuts for aztul --- hosts/seedbox/aztul/services/thelounge.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + ]; }; }