From 9aaa954858b7ee882a7706096e51e247f3678713 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 13 Sep 2023 09:58:38 -0400 Subject: [PATCH] Infini-SERVER: add dracula and discordapp themes to thelounge --- hosts/Infini-SERVER/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index d040428..ad1b62c 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -156,6 +156,8 @@ enable = true; plugins = with pkgs.theLoungePlugins; [ themes.zenburn-monospace + themes.dracula + themes.discordapp ]; port = 9786; extraConfig = {