re-enable dino XMPP client

This commit is contained in:
Colin 2023-08-28 08:48:35 +00:00
parent 304482cc9b
commit 559c551752
4 changed files with 6 additions and 3 deletions

View File

@ -201,8 +201,6 @@ in
# INDIVIDUAL PACKAGE DEFINITIONS
dino.persist.private = [ ".local/share/dino" ];
# creds, but also 200 MB of node modules, etc
discord.persist.private = [ ".config/discord" ];

View File

@ -8,6 +8,7 @@
./cantata.nix
./chatty.nix
./cozy.nix
./dino.nix
./element-desktop.nix
./epiphany.nix
./evince.nix

View File

@ -0,0 +1,4 @@
{ ... }:
{
sane.programs.dino.persist.private = [ ".local/share/dino" ];
}

View File

@ -68,7 +68,7 @@
"brave" # for the integrated wallet -- as a backup
"cantata" # music player (mpd frontend)
# "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.
# "dino" # XMPP client
"dino" # XMPP client
"electrum"
"element-desktop"
# "font-manager" #< depends on webkitgtk4_0 (expensive to build)