Change structure, add scanner deps and fix configurations

This commit is contained in:
2026-04-10 23:26:05 +02:00
parent d94d17b139
commit 1df132a22d
16 changed files with 68 additions and 110 deletions
-4
View File
@@ -2,9 +2,7 @@
{
programs.firefox = {
enable = true;
policies = {
ExtensionSettings = {
"uBlock0@raymondhill.net" = {
@@ -15,7 +13,6 @@
};
};
};
profiles.alistreaza = {
settings = {
# Disable some telemetry
@@ -61,7 +58,6 @@
"sidebar.main.tools" = "history,passwords";
};
};
};
xdg.mimeApps.defaultApplications = {
"text/html" = [ "firefox.desktop" ];