From 12e1ba614dfcb47a75851de033f7ccc86593ed52 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 25 Jun 2025 01:40:38 +0200 Subject: [PATCH] nolounge --- hosts/nixos/noximilien/configuration.nix | 2 +- profiles/http/services/thelounge.nix | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) 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"}"; };