Let's just remove bitwarden (that does scare me)

This commit is contained in:
Lillian-Violet 2023-12-11 16:17:27 +01:00
parent cb74bdf5ea
commit 4058f353e9
2 changed files with 0 additions and 8 deletions

View file

@ -42,10 +42,6 @@
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true;
permittedInsecurePackages = [
"electron-25.9.0"
];
};
};
@ -84,7 +80,6 @@
# System tools:
rage
bitwarden
discover
flameshot
fzf

View file

@ -30,9 +30,6 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
permittedInsecurePackages = [
"electron-25.9.0"
];
};
};