needed standalone install so I can go f*** myself

This commit is contained in:
smayzy
2025-06-19 13:52:30 +02:00
parent 2cbc44023e
commit a6bf21d82a
2 changed files with 0 additions and 17 deletions
-16
View File
@@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
programs.firefox = {
enable = true;
profiles.smayzy = {
settings = {
"browser.bookmarks_restore_default_bookmarks" = false;
"browser.contentblocking.category" = "standard";
"sidebar.verticalTabs" = true;
};
};
};
}