diff options
author | lassulus <lassulus@lassul.us> | 2022-08-02 13:48:10 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-08-02 13:48:10 +0200 |
commit | 8d297d33a99064f21fb763062f46e7717126bb8e (patch) | |
tree | acf41e4177d2db0078242aaa6679a537cbd17f95 /tv/1systems/alnus | |
parent | b501b81041ab80fe8c4dedfc603ee09bf0428ae5 (diff) | |
parent | 20ff460cb3626e4dce81c9a4aa8ae2fb4b61d869 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/alnus')
-rw-r--r-- | tv/1systems/alnus/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index c09e7f9b1..bddd69efa 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -18,8 +18,8 @@ with import <stockholm/lib>; environment.systemPackages = [ pkgs.firefox pkgs.networkmanagerapplet - (pkgs.pidgin-with-plugins.override { - plugins = [ pkgs.pidginotr ]; + (pkgs.pidgin.override { + plugins = [ pkgs.pidgin-otr ]; }) ]; |