diff --git a/modules/apps/firefox.nix b/modules/apps/firefox.nix index 412bcbd..e9005d4 100644 --- a/modules/apps/firefox.nix +++ b/modules/apps/firefox.nix @@ -106,33 +106,11 @@ in mkIf conf.apps.enable { "YouTube" "Nix Packages" "Nix Options" + "Arch Wiki" "Github" ]; }; - containers = { - personal = { - color = "purple"; - icon = "fingerprint"; - id = 1; - }; - student = { - color = "turquoise"; - icon = "circle"; - id = 2; - }; - work = { - color = "yellow"; - icon = "briefcase"; - id = 3; - }; - shopping = { - color = "green"; - icon = "cart"; - id = 4; - }; - }; - bookmarks = { }; settings = { @@ -163,7 +141,6 @@ in mkIf conf.apps.enable { youtube-nonstop enhancer-for-youtube firefox-color - multi-account-containers ]; }; };