diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 13:46:49 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 13:46:49 +0530 |
commit | 5511633d237f0d574ff3ec0d24d180639e42b47c (patch) | |
tree | 2532193864485e6a43c339acab80d3ec08fa8609 | |
parent | 37da6d768b52dbff17c3b9d23d26237054fa55c8 (diff) |
home/wayland/firefox: enable containers
-rw-r--r-- | home/wayland/modules/firefox.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index a6abfc5..8dd2bf0 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -24,6 +24,12 @@ SponsoredSuggestions = false; }; + Containers.Default = [{ + name = "botnet"; + icon = "fence"; + color = "blue"; + }]; + ExtensionSettings = { "uBlock0@raymondhill.net" = { installation_mode = "force_installed"; |