this repo has no description

chore: remove some unused packages (#56)

authored by tghanken.tngl.sh and committed by GitHub a0248da4 ce58df68

Changed files
-14
machines
modules
users
tghanken
-14
machines/modules/users/tghanken/home-manager.nix
··· 29 29 30 30 # Packages that should be installed to the user profile. 31 31 home.packages = with pkgs; [ 32 - # here is some command line tools I use frequently 33 - # feel free to add your own or remove some of them 34 - 35 - neofetch 36 32 nnn # terminal file manager 37 33 38 34 # archives ··· 57 53 aria2 # A lightweight multi-protocol & multi-source command-line download utility 58 54 socat # replacement of openbsd-netcat 59 55 nmap # A utility for network discovery and security auditing 60 - ipcalc # it is a calculator for the IPv4/v6 addresses 61 56 62 57 # misc 63 - cowsay 64 - file 65 58 which 66 59 tree 67 60 gnused ··· 79 72 turbo 80 73 81 74 # nix related 82 - # 83 - # it provides the command `nom` works just like `nix` 84 - # with more details log output 85 75 nix-tree 86 76 nix-output-monitor 87 77 88 78 # productivity 89 - hugo # static site generator 90 79 firefox 91 80 google-chrome 92 - glow # markdown previewer in terminal 93 81 vscode 94 82 vscode-extensions.jnoortheen.nix-ide 95 83 vscode-extensions.mhutchie.git-graph 96 84 graphite-cli 97 85 gh 98 - windsurf 99 - warp-terminal 100 86 101 87 btop # replacement of htop/nmon 102 88 iotop # io monitoring