Skip to content

Commit

Permalink
Configure Firefox's Multi-Account Containers
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 30, 2023
1 parent 5632acf commit ce10856
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions home/programs/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,44 @@ in
profiles."ztbvdcs8.default" = {
inherit (cfg) extensions;
isDefault = true;
containers = {
personal = {
color = "turquoise";
icon = "fingerprint";
id = 1;
name = "Personal";
};
personal_admin = {
color = "pink";
icon = "fingerprint";
id = 2;
name = "Personal Admin";
};
work = {
color = "orange";
icon = "briefcase";
id = 3;
name = "Work";
};
shopping = {
color = "blue";
icon = "cart";
id = 4;
name = "Shopping";
};
banking = {
color = "green";
icon = "dollar";
id = 5;
name = "Banking";
};
danger = {
color = "red";
icon = "fruit";
id = 6;
name = "Danger Zone";
};
};
search = {
default = "DuckDuckGo";
engines = {
Expand Down

0 comments on commit ce10856

Please sign in to comment.