moby: persist the whole .librewolf dir

This commit is contained in:
2022-08-04 14:05:24 -07:00
parent 505a5f8b47
commit e80e37ae29

View File

@@ -18,6 +18,11 @@
users.users.colin.initialPassword = "147147"; users.users.colin.initialPassword = "147147";
services.getty.autologinUser = "root"; # allows for emergency maintenance? services.getty.autologinUser = "root"; # allows for emergency maintenance?
# usability compromises
sane.impermanence.home-dirs = [
".librewolf"
];
# sane.home-manager.extraPackages = [ # sane.home-manager.extraPackages = [
# # for web browsers see: https://forum.pine64.org/showthread.php?tid=13669 # # for web browsers see: https://forum.pine64.org/showthread.php?tid=13669
# pkgs.angelfish # plasma mobile web browser; broken on phosh (poor wayland support) # pkgs.angelfish # plasma mobile web browser; broken on phosh (poor wayland support)
@@ -44,7 +49,7 @@
]; ];
sane.nixcache.enable = true; sane.nixcache.enable = true;
sane.impermanence.enable = true; # XXX experimental sane.impermanence.enable = true;
sane.gui.phosh.enable = true; sane.gui.phosh.enable = true;
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;