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

View file

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