Remove Helium browser
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5d7f6c78ef
commit
e3a208deae
4 changed files with 1 additions and 83 deletions
|
|
@ -1,22 +0,0 @@
|
|||
#./apps/helium.nix
|
||||
{ inputs, pkgs, lib, config, ... }:
|
||||
{
|
||||
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
# Chromium policies for Helium (Chromium-based)
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
"ghmbeldphafepmbegfdlkpapadhbakde" # Proton Pass
|
||||
];
|
||||
extraOpts = {
|
||||
PasswordManagerEnabled = false;
|
||||
AutofillCreditCardEnabled = false;
|
||||
AutofillAddressEnabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue