diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index a09524f..accba4b 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -27,7 +27,6 @@ in { # Terminal & Development "ghostty" "dbeaver-community" - "lens" # Window management "aerospace" diff --git a/modules/home/packages.nix b/modules/home/packages.nix index ba8f139..e4e4427 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -26,6 +26,10 @@ fd # Modern find ripgrep # Modern grep (aliased as grep) delta # Modern diff with syntax highlighting (aliased as diff) + dust # A more intuitive version of du written in rust + duf # A better df alternative + hyperfine # A command-line benchmarking tool. + choose # A human-friendly and fast alternative to cut and (sometimes) awk # ======================================================================== # File and Text Utilities @@ -101,6 +105,7 @@ gnupg # GPG encryption age # Modern encryption tool sops # Secrets management + rustscan # The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). nmap alternative. # ======================================================================== # Miscellaneous Tools @@ -110,6 +115,8 @@ htop # Process viewer ncdu # Disk usage analyzer tldr # Simplified man pages + doggo # Command-line DNS client for humans. dig on steroids + btop # A monitor of resources # ======================================================================== # Nix Tools