From 25112eeb707be7a29bc78308b99597fbe1c48f2e Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Wed, 25 Jun 2025 15:41:33 -0400 Subject: [PATCH] removed htop and unused insecure package allowence --- hosts/katana.nix | 4 ---- modules/home-manager/home.nix | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/katana.nix b/hosts/katana.nix index 4083813..8cb3981 100644 --- a/hosts/katana.nix +++ b/hosts/katana.nix @@ -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 diff --git a/modules/home-manager/home.nix b/modules/home-manager/home.nix index 4b4e375..3314f55 100644 --- a/modules/home-manager/home.nix +++ b/modules/home-manager/home.nix @@ -48,6 +48,7 @@ vlc atuin rio + imgcat # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run.