mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cli: alphabetize
This commit is contained in:
parent
8cfca61521
commit
d3152eb80d
1 changed files with 20 additions and 20 deletions
|
@ -13,33 +13,33 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pwgen
|
dnsutils
|
||||||
pv
|
|
||||||
tree
|
|
||||||
psmisc
|
|
||||||
ncdu
|
|
||||||
du-dust
|
du-dust
|
||||||
git
|
|
||||||
file
|
|
||||||
sqlite
|
|
||||||
usbutils
|
|
||||||
entr
|
entr
|
||||||
|
file
|
||||||
gcc
|
gcc
|
||||||
python3
|
git
|
||||||
openssl
|
|
||||||
wget
|
|
||||||
lm_sensors
|
|
||||||
htop
|
htop
|
||||||
jq
|
jq
|
||||||
zip
|
lm_sensors
|
||||||
unzip
|
ncdu
|
||||||
dnsutils
|
|
||||||
whois
|
|
||||||
tcpdump
|
|
||||||
rsync
|
|
||||||
nixpkgs-fmt
|
|
||||||
nix-index
|
nix-index
|
||||||
nix-top
|
nix-top
|
||||||
|
nixpkgs-fmt
|
||||||
|
openssl
|
||||||
|
psmisc
|
||||||
|
pv
|
||||||
|
pwgen
|
||||||
|
python3
|
||||||
|
rsync
|
||||||
|
sqlite
|
||||||
|
tcpdump
|
||||||
|
tree
|
||||||
|
unzip
|
||||||
|
usbutils
|
||||||
|
wget
|
||||||
|
whois
|
||||||
|
zip
|
||||||
|
|
||||||
(writeShellScriptBin "dirt" "while sleep 1; do grep '^Dirty:' /proc/meminfo ; done")
|
(writeShellScriptBin "dirt" "while sleep 1; do grep '^Dirty:' /proc/meminfo ; done")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue