nix-files/hosts/common/programs/epiphany.nix

11 lines
181 B
Nix
Raw Normal View History

{ ... }:
{
sane.programs.epiphany = {
persist.private = [
".cache/epiphany"
".local/share/epiphany"
# also .config/epiphany, but appears empty
];
};
}