brave > librewolf containers
This commit is contained in:
parent
8241e6ca57
commit
5c5325bd6c
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
|||||||
@ -40,7 +40,6 @@ in
|
|||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
# thunderbird # email client
|
# thunderbird # email client
|
||||||
warp # transfer files with based ppl
|
warp # transfer files with based ppl
|
||||||
brave # crypto-browser that at least somewhat integrates with gtk
|
|
||||||
nextcloud-client # self-hosted google-drive alternative
|
nextcloud-client # self-hosted google-drive alternative
|
||||||
fragments # beautiful torrent client
|
fragments # beautiful torrent client
|
||||||
tor-browser-bundle-bin # dark web, so dark!
|
tor-browser-bundle-bin # dark web, so dark!
|
||||||
|
|||||||
@ -7,6 +7,24 @@
|
|||||||
];
|
];
|
||||||
policies.DisabledFirefoxAccounts = false;
|
policies.DisabledFirefoxAccounts = false;
|
||||||
profiles.jawz = {
|
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;
|
id = 0;
|
||||||
name = "jawz";
|
name = "jawz";
|
||||||
path = "jawz";
|
path = "jawz";
|
||||||
@ -74,6 +92,9 @@
|
|||||||
"browser.safebrowsing.downloads.remote.block_uncommon" = false;
|
"browser.safebrowsing.downloads.remote.block_uncommon" = false;
|
||||||
# Enable anti-cookie tracking + purge trackers
|
# Enable anti-cookie tracking + purge trackers
|
||||||
"privacy.annotate_channels.strict_list.enabled" = true;
|
"privacy.annotate_channels.strict_list.enabled" = true;
|
||||||
|
# Enable Multi-Account Containers
|
||||||
|
"privacy.userContext.enabled" = true;
|
||||||
|
"privacy.userContext.ui.enabled" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user