From baeadb67fa3f5a72e8d09907d93cdcbd1a3ff0ad Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 5 Jan 2025 14:47:09 +0530 Subject: home/wayland/firefox: add work containers --- home/wayland/modules/firefox.nix | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'home') 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" = { -- cgit v1.2.3