fractal: enable, and persist the right directories
This commit is contained in:
@@ -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" ];
|
||||||
};
|
};
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user