removed htop and unused insecure package allowence

This commit is contained in:
steven carpenter 2025-06-25 15:41:33 -04:00
parent 326fcd2011
commit 25112eeb70
2 changed files with 1 additions and 4 deletions

View file

@ -95,9 +95,6 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-25.9.0"
];
};
hostPlatform = lib.mkDefault "x86_64-linux";
};
@ -125,7 +122,6 @@
openssl
tree
eza
htop
zsh
dig #dns lookup
rage #file encryption

View file

@ -48,6 +48,7 @@
vlc
atuin
rio
imgcat
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.