From 742569bf2ef79fc4c57b4987ab7a9a8d101a5afa Mon Sep 17 00:00:00 2001 From: Ciapa Date: Wed, 19 Apr 2023 16:08:34 +0200 Subject: [PATCH] Revert "Install thelounge-plugin-shortcuts for aztul" This reverts commit 4fbf0c58802f236be18b6f1b003d222f477df600. --- hosts/seedbox/aztul/services/thelounge.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ]; }; }