diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 14:47:09 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 14:47:09 +0530 |
commit | baeadb67fa3f5a72e8d09907d93cdcbd1a3ff0ad (patch) | |
tree | 252976c3f76587401145edae12f251ea1954fd6f /home/wayland | |
parent | f00de0e8a0b0fa35820edc0eb1e63713d085c9aa (diff) |
home/wayland/firefox: add work containers
Diffstat (limited to 'home/wayland')
-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" = { |