diff options
author | tv <tv@krebsco.de> | 2022-08-02 13:43:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-08-02 13:43:49 +0200 |
commit | 20ff460cb3626e4dce81c9a4aa8ae2fb4b61d869 (patch) | |
tree | d3c2b4d9719d845fedd79ed3a6c2c55982ec9252 /tv/1systems/querel/config.nix | |
parent | 1c0078af9685997e5adcbc765148e2efd956803c (diff) |
tv: pidgin-with-plugins -> pidgin
Diffstat (limited to 'tv/1systems/querel/config.nix')
-rw-r--r-- | tv/1systems/querel/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index ad82915f4..44c7685e8 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -26,8 +26,8 @@ with import <stockholm/lib>; pkgs.gimp pkgs.kate pkgs.libreoffice - (pkgs.pidgin-with-plugins.override { - plugins = [ pkgs.pidginotr ]; + (pkgs.pidgin.override { + plugins = [ pkgs.pidgin-otr ]; }) pkgs.sxiv pkgs.texlive.combined.scheme-full |