[Term] Moves terminal utils to terminal config. [Vim] Messes with configs a bit
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user