diff options
-rw-r--r-- | home/wayland/modules/firefox.nix | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index c48bb7f..dac3fb5 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -25,11 +25,23 @@ SponsoredSuggestions = false; }; - Containers.Default = [{ - name = "botnet"; - icon = "fence"; - color = "blue"; - }]; + Containers.Default = [ + { + name = "botnet"; + icon = "fence"; + color = "blue"; + } + { + name = "work"; + icon = "briefcase"; + color = "yellow"; + } + { + name = "work_sandbox"; + icon = "briefcase"; + color = "green"; + } + ]; ExtensionSettings = { "uBlock0@raymondhill.net" = { |