l: clean up packages

This commit is contained in:
lassulus 2021-06-15 21:11:52 +02:00
parent c9446cda60
commit c4f9901365

View File

@ -106,7 +106,6 @@ with import <stockholm/lib>;
jq jq
#style #style
most
rxvt_unicode.terminfo rxvt_unicode.terminfo
#monitoring tools #monitoring tools
@ -117,6 +116,7 @@ with import <stockholm/lib>;
iptables iptables
iftop iftop
tcpdump tcpdump
mosh
#stuff for dl #stuff for dl
aria2 aria2
@ -125,29 +125,31 @@ with import <stockholm/lib>;
file file
hashPassword hashPassword
kpaste kpaste
krebspaste
mosh
pciutils pciutils
pop pop
psmisc
q q
rs rs
tmux
untilport untilport
usbutils usbutils
logify logify
goify goify
#unpack stuff #unpack stuff
p7zip libarchive
unzip
unrar
(pkgs.writeDashBin "sshn" '' (pkgs.writeDashBin "sshn" ''
${pkgs.openssh}/bin/ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@" ${pkgs.openssh}/bin/ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"
'') '')
]; ];
environment.shellAliases = {
ll = "ls -l";
la = "ls -la";
ls = "ls --color";
ip = "ip -color=auto";
grep = "grep --color=auto";
};
programs.bash = { programs.bash = {
enableCompletion = true; enableCompletion = true;
interactiveShellInit = '' interactiveShellInit = ''