feat: Added zen browser
Also disable seafile (very slow and can't upload any files from ios / ipados)
This commit is contained in:
@@ -33,5 +33,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./pcsx2.nix
|
||||
./seafile.nix
|
||||
./blueman.nix
|
||||
./zen.nix
|
||||
];
|
||||
}
|
||||
|
||||
31
home/apps/zen.nix
Normal file
31
home/apps/zen.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
privacy-badger
|
||||
violentmonkey
|
||||
tridactyl
|
||||
clearurls
|
||||
onepassword-password-manager
|
||||
ublock-origin
|
||||
i-dont-care-about-cookies
|
||||
keepa
|
||||
sponsorblock
|
||||
];
|
||||
};
|
||||
policies = {
|
||||
DisablePocket = true;
|
||||
DisableTelemetry = true;
|
||||
FeatureRecommendations = false;
|
||||
SkipOnboarding = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user