re-enable dino XMPP client
This commit is contained in:
@@ -201,8 +201,6 @@ in
|
|||||||
|
|
||||||
# INDIVIDUAL PACKAGE DEFINITIONS
|
# INDIVIDUAL PACKAGE DEFINITIONS
|
||||||
|
|
||||||
dino.persist.private = [ ".local/share/dino" ];
|
|
||||||
|
|
||||||
# creds, but also 200 MB of node modules, etc
|
# creds, but also 200 MB of node modules, etc
|
||||||
discord.persist.private = [ ".config/discord" ];
|
discord.persist.private = [ ".config/discord" ];
|
||||||
|
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
./cantata.nix
|
./cantata.nix
|
||||||
./chatty.nix
|
./chatty.nix
|
||||||
./cozy.nix
|
./cozy.nix
|
||||||
|
./dino.nix
|
||||||
./element-desktop.nix
|
./element-desktop.nix
|
||||||
./epiphany.nix
|
./epiphany.nix
|
||||||
./evince.nix
|
./evince.nix
|
||||||
|
4
hosts/common/programs/dino.nix
Normal file
4
hosts/common/programs/dino.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.dino.persist.private = [ ".local/share/dino" ];
|
||||||
|
}
|
@@ -68,7 +68,7 @@
|
|||||||
"brave" # for the integrated wallet -- as a backup
|
"brave" # for the integrated wallet -- as a backup
|
||||||
"cantata" # music player (mpd frontend)
|
"cantata" # music player (mpd frontend)
|
||||||
# "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.
|
# "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.
|
||||||
# "dino" # XMPP client
|
"dino" # XMPP client
|
||||||
"electrum"
|
"electrum"
|
||||||
"element-desktop"
|
"element-desktop"
|
||||||
# "font-manager" #< depends on webkitgtk4_0 (expensive to build)
|
# "font-manager" #< depends on webkitgtk4_0 (expensive to build)
|
||||||
|
Reference in New Issue
Block a user