Let's just remove bitwarden (that does scare me)
This commit is contained in:
parent
cb74bdf5ea
commit
4058f353e9
|
@ -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
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
config = {
|
||||
# Disable if you don't want unfree packages
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue