diff --git a/hosts/nixos/noximilien/configuration.nix b/hosts/nixos/noximilien/configuration.nix index ea9731c..1a90a2f 100644 --- a/hosts/nixos/noximilien/configuration.nix +++ b/hosts/nixos/noximilien/configuration.nix @@ -57,7 +57,7 @@ #../../../profiles/http/services/resilio.nix ../../../profiles/http/services/roundcube.nix #../../../profiles/http/services/snappymail.nix # WIP - ../../../profiles/http/services/thelounge.nix + # ../../../profiles/http/services/thelounge.nix ../../../profiles/http/services/vaultwarden.nix ../../../profiles/http/services/webdav-zotero.nix #../../../profiles/http/services/garage/gunktrunk.nix diff --git a/profiles/http/services/thelounge.nix b/profiles/http/services/thelounge.nix index 2327f07..b8b4eac 100644 --- a/profiles/http/services/thelounge.nix +++ b/profiles/http/services/thelounge.nix @@ -11,16 +11,16 @@ in enable = true; public = false; port = 5876; - # theLoungePlugins.themes is view of nodePackages_latest.thelounge-theme-* - # theLoungePlugins.plugins is view of nodePackages_latest.thelounge-plugin-* - plugins = with pkgs.theLoungePlugins; - (with lib; attrValues (filterAttrs (name: _: name != "recurseForDerivations") themes)) - ++ [ - #plugins.giphy - #plugins.shortcuts - plugins.closepms - ]; - extraConfig.theme = "One Dark"; + #theLoungePlugins.themes was a view of nodePackages_latest.thelounge-theme-* + #theLoungePlugins.plugins was a view of nodePackages_latest.thelounge-plugin-* + # plugins = with pkgs.theLoungePlugins; + # (with lib; attrValues (filterAttrs (name: _: name != "recurseForDerivations") themes)) + # ++ [ + # #plugins.giphy + # #plugins.shortcuts + # plugins.closepms + # ]; + # extraConfig.theme = "One Dark"; extraConfig.fileUpload.enable = true; extraConfig.fileUpload.baseUrl = "${mkDomain "thelounge"}"; };