diff --git a/home/common.nix b/home/common.nix index 81811708..55a0d3c3 100644 --- a/home/common.nix +++ b/home/common.nix @@ -12,13 +12,11 @@ in rec { home.stateVersion = "23.05"; home.packages = with pkgs; extras.all ++ [ - # Input packages + # Terminal utilities unispect ansi-utils.ansicols ansi-utils.ansimove unambig-path - - # # Terminal utilities ripgrep fd bat watchexec unixtools.watch htop @@ -26,7 +24,7 @@ in rec { pv binwalk ffmpeg yt-dlp - nmap + socat nmap blahaj # Programming languages @@ -43,10 +41,7 @@ in rec { # nodePackages.typescript # nodePackages.typescript-language-server # rust-analyzer - - # # Other stuff - kak-lsp - # nix-tree + zulip-term ]; home.sessionVariables = {