modules/browsers: store chromium state

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-01 02:14:45 +03:00
parent bf10c236a3
commit d715aeb92b
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -68,6 +68,12 @@ in
hostPath = "/persistent/per-machine/browsers/home/jan/.librewolf";
};
})
(lib.mkIf cfg.ungoogled-chromium.enable {
"/home/jan/.config/chromium" = {
isReadOnly = false;
hostPath = "/persistent/per-machine/browsers/home/jan/.config/chromium";
};
})
(lib.mkIf config.local.programs.communication.telegram.enable {
"/home/jan/downloads/telegram" = { };
})