summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-01-05 14:47:09 +0530
committersinanmohd <sinan@sinanmohd.com>2025-01-05 14:47:09 +0530
commitbaeadb67fa3f5a72e8d09907d93cdcbd1a3ff0ad (patch)
tree252976c3f76587401145edae12f251ea1954fd6f /home
parentf00de0e8a0b0fa35820edc0eb1e63713d085c9aa (diff)
home/wayland/firefox: add work containers
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/firefox.nix22
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" = {