removed htop and unused insecure package allowence
This commit is contained in:
parent
326fcd2011
commit
25112eeb70
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue