From d3818b5e44718ffe532d044fc63f676afb4eaa25 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 29 Sep 2023 22:08:13 +0000 Subject: [PATCH] fractal: enable, and persist the right directories --- hosts/common/programs/fractal.nix | 11 +++++++---- hosts/modules/gui/default.nix | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hosts/common/programs/fractal.nix b/hosts/common/programs/fractal.nix index 79f367dc4..8ddc0f90f 100644 --- a/hosts/common/programs/fractal.nix +++ b/hosts/common/programs/fractal.nix @@ -1,11 +1,14 @@ { pkgs, ... }: { sane.programs.fractal = { - # package = pkgs.fractal-latest; - package = pkgs.fractal-next; + package = pkgs.fractal-latest; + # package = pkgs.fractal-next; - # XXX by default fractal stores its state in ~/.local/share/stable/. - persist.private = [ ".local/share/stable" ]; + persist.private = [ + # XXX by default fractal stores its state in ~/.local/share//. + ".local/share/hack" # for debug-like builds + ".local/share/stable" # for normal releases + ]; suggestedPrograms = [ "gnome-keyring" ]; }; diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 227da58c7..22accb485 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -29,7 +29,7 @@ "evince" # works on phosh "firefox" # "foliate" # e-book reader - # "fractal" # matrix client + "fractal" # matrix client "g4music" # local music player # "gnome.cheese" # "gnome-feeds" # RSS reader (with claimed mobile support)