diff options
author | sefidel <contact@sefidel.net> | 2023-12-06 21:59:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-12-06 21:59:22 +0900 |
commit | 8d4f99beef6252cac868aa2a83eefb7b30d8c5ab (patch) | |
tree | 309059a88f7202aaee8fed35a9b2409132da3e8c /home | |
parent | 7ac493a79ed338557203dcf69f7703afc10c8064 (diff) | |
download | nixrc-8d4f99beef6252cac868aa2a83eefb7b30d8c5ab.tar.gz nixrc-8d4f99beef6252cac868aa2a83eefb7b30d8c5ab.zip |
feat(home/communication)!: replace schildichat-desktop with cinny-desktop
Follow https://github.com/NixOS/nixpkgs/pull/272270 (schildichat-{web,desktop}: remove due to lack of maintenance)
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/communication/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 3b2b11b..32dbb72 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -409,10 +409,7 @@ in slack discord-canary - # TODO: https://github.com/NixOS/nixpkgs/pull/267618 - (schildichat-desktop.override { - electron = pkgs.electron_26; - }) + cinny-desktop nheko (weechat.override { configure = { availablePlugins, ... }: { |