modularization

This commit is contained in:
tulg 2026-01-10 18:00:49 +03:00
parent 3599d9c057
commit 71e22f65bb
12 changed files with 173 additions and 145 deletions

View file

@ -0,0 +1,17 @@
{
lib,
inputs,
...
}: {
imports = [
inputs.zen-browser.homeModules.twilight
];
programs.zen-browser.enable = true;
programs.firefox.enable = true;
programs.zen-browser.policies = {
DisableAppUpdate = true;
DisableTelemetry = true;
};
}