cli: Move some tools from dregils config to cli
This commit is contained in:
parent
6fe9ad8c6e
commit
266ff4a362
2 changed files with 10 additions and 6 deletions
10
home/cli.nix
10
home/cli.nix
|
|
@ -41,6 +41,16 @@ in {
|
|||
sqlite.dev
|
||||
sqlite
|
||||
|
||||
# editing
|
||||
nil # nix language server
|
||||
|
||||
# system tools
|
||||
htop-vim # htop with vim bindings
|
||||
erdtree # du+tree had sex
|
||||
dua # ncdu but better
|
||||
bat # better cat
|
||||
exa # better ls
|
||||
|
||||
gcc
|
||||
cmake
|
||||
graphviz
|
||||
|
|
|
|||
|
|
@ -23,14 +23,8 @@ in {
|
|||
#inputs.simplex-chat.packages."x86_64-linux"."exe:simplex-chat"
|
||||
|
||||
# editing
|
||||
helix # vim like editor
|
||||
nil # nix language server
|
||||
|
||||
# system tools
|
||||
htop-vim # htop with vim bindings
|
||||
erdtree # du+tree had sex
|
||||
dua # ncdu but better
|
||||
bat # better cat
|
||||
uhk-agent # my keyboard
|
||||
mosh # ssh via udp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue