diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 9d2df84..cc45dfd 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -1,5 +1,4 @@ { - lib, pkgs, config, ... diff --git a/modules/apps/internet.nix b/modules/apps/internet.nix index 850e104..d14d79e 100644 --- a/modules/apps/internet.nix +++ b/modules/apps/internet.nix @@ -40,7 +40,6 @@ in inherit (pkgs) # thunderbird # email client warp # transfer files with based ppl - brave # crypto-browser that at least somewhat integrates with gtk nextcloud-client # self-hosted google-drive alternative fragments # beautiful torrent client tor-browser-bundle-bin # dark web, so dark! diff --git a/modules/apps/librewolf.nix b/modules/apps/librewolf.nix index 363833c..196730d 100644 --- a/modules/apps/librewolf.nix +++ b/modules/apps/librewolf.nix @@ -7,6 +7,24 @@ ]; policies.DisabledFirefoxAccounts = false; profiles.jawz = { + containersForce = true; + containers = { + Private = { + id = 1; + icon = "chill"; + color = "purple"; + }; + Work = { + id = 2; + icon = "briefcase"; + color = "orange"; + }; + Banking = { + id = 3; + icon = "dollar"; + color = "green"; + }; + }; id = 0; name = "jawz"; path = "jawz"; @@ -74,6 +92,9 @@ "browser.safebrowsing.downloads.remote.block_uncommon" = false; # Enable anti-cookie tracking + purge trackers "privacy.annotate_channels.strict_list.enabled" = true; + # Enable Multi-Account Containers + "privacy.userContext.enabled" = true; + "privacy.userContext.ui.enabled" = true; }; }; }