fractal: enable, and persist the right directories

This commit is contained in:
2023-09-29 22:08:13 +00:00
parent 5b8850404b
commit d3818b5e44
2 changed files with 8 additions and 5 deletions

View File

@@ -1,11 +1,14 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
sane.programs.fractal = { sane.programs.fractal = {
# package = pkgs.fractal-latest; package = pkgs.fractal-latest;
package = pkgs.fractal-next; # package = pkgs.fractal-next;
# XXX by default fractal stores its state in ~/.local/share/stable/<UUID>. persist.private = [
persist.private = [ ".local/share/stable" ]; # XXX by default fractal stores its state in ~/.local/share/<build-profile>/<UUID>.
".local/share/hack" # for debug-like builds
".local/share/stable" # for normal releases
];
suggestedPrograms = [ "gnome-keyring" ]; suggestedPrograms = [ "gnome-keyring" ];
}; };

View File

@@ -29,7 +29,7 @@
"evince" # works on phosh "evince" # works on phosh
"firefox" "firefox"
# "foliate" # e-book reader # "foliate" # e-book reader
# "fractal" # matrix client "fractal" # matrix client
"g4music" # local music player "g4music" # local music player
# "gnome.cheese" # "gnome.cheese"
# "gnome-feeds" # RSS reader (with claimed mobile support) # "gnome-feeds" # RSS reader (with claimed mobile support)