Let's just remove bitwarden (that does scare me)
This commit is contained in:
parent
cb74bdf5ea
commit
4058f353e9
|
@ -42,10 +42,6 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||||
allowUnfreePredicate = _: true;
|
allowUnfreePredicate = _: true;
|
||||||
|
|
||||||
permittedInsecurePackages = [
|
|
||||||
"electron-25.9.0"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -84,7 +80,6 @@
|
||||||
|
|
||||||
# System tools:
|
# System tools:
|
||||||
rage
|
rage
|
||||||
bitwarden
|
|
||||||
discover
|
discover
|
||||||
flameshot
|
flameshot
|
||||||
fzf
|
fzf
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
config = {
|
config = {
|
||||||
# Disable if you don't want unfree packages
|
# Disable if you don't want unfree packages
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
|
||||||
"electron-25.9.0"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue