modules/browsers: store chromium state
This commit is contained in:
parent
bf10c236a3
commit
d715aeb92b
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ in
|
||||||
hostPath = "/persistent/per-machine/browsers/home/jan/.librewolf";
|
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 {
|
(lib.mkIf config.local.programs.communication.telegram.enable {
|
||||||
"/home/jan/downloads/telegram" = { };
|
"/home/jan/downloads/telegram" = { };
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue