[Term] Moves terminal utils to terminal config. [Vim] Messes with configs a bit

This commit is contained in:
2025-02-04 20:47:52 -08:00
parent 2aac37129d
commit cee054498a
5 changed files with 64 additions and 58 deletions

View File

@@ -1,6 +1,32 @@
# Configure my terminal of choice
{ pkgs, inputs, ... }:
{
home.packages = with pkgs; [
# System
htop
btop
neofetch
killall
# Files
zip
xz
unzip
p7zip
file
tree
ranger
# Networking
dnsutils
socat
httpie
# Other
jq
];
programs.alacritty = {
enable = true;
settings = {