Moved Firefox config to its own folder in modules

Added youtube shorts blocker extension to firefox
This commit is contained in:
2026-03-26 10:20:28 +01:00
parent 0f1d51c246
commit 762bab2c0b
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,17 @@
{username, ...}: {
programs.firefox = {
enable = true;
profiles = {
"${username}" = {
extensions.force = true;
};
};
};
systemd.user.services."firefox-autostart" = {
serviceConfig = {
ExecStart = "";
ExecStop = "";
};
};
}