home: install a few utils, organize pkg list
This commit is contained in:
parent
bf0ad79d37
commit
8bc20f0854
@ -103,34 +103,25 @@ in
|
|||||||
exec "${pkgs.hyfetch}/bin/neowofetch" "$@"
|
exec "${pkgs.hyfetch}/bin/neowofetch" "$@"
|
||||||
'';
|
'';
|
||||||
in [
|
in [
|
||||||
mosh
|
|
||||||
btop
|
|
||||||
htop
|
|
||||||
fzf
|
|
||||||
zoxide
|
|
||||||
tmux
|
|
||||||
restic
|
|
||||||
rclone
|
|
||||||
rmlint
|
|
||||||
pv
|
|
||||||
ncdu
|
|
||||||
rmlint
|
|
||||||
|
|
||||||
# nix stuff
|
# nix stuff
|
||||||
nvd
|
nvd
|
||||||
nix-tree
|
nix-tree
|
||||||
nh
|
nh
|
||||||
|
nix-output-monitor
|
||||||
|
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
stow
|
stow
|
||||||
curl
|
curl
|
||||||
|
|
||||||
|
# shell
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
moreutils
|
moreutils
|
||||||
grc
|
grc
|
||||||
|
fzf
|
||||||
|
pv
|
||||||
|
|
||||||
# for icat on all systems
|
# for icat on all systems
|
||||||
kitty.kitten
|
kitty.kitten
|
||||||
@ -144,6 +135,21 @@ in
|
|||||||
# pretty
|
# pretty
|
||||||
hyfetch
|
hyfetch
|
||||||
neofetch-hyfetch-shim
|
neofetch-hyfetch-shim
|
||||||
|
|
||||||
|
# files
|
||||||
|
restic
|
||||||
|
rclone
|
||||||
|
rmlint
|
||||||
|
ncdu
|
||||||
|
|
||||||
|
# other utilities
|
||||||
|
tmux
|
||||||
|
mosh
|
||||||
|
btop
|
||||||
|
htop
|
||||||
|
zoxide
|
||||||
|
asciinema
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user