Add some TUI tools
Add rainfrog for databases Add tenere for LLMs Add jqp for playing with jq scripts Add wiki-tui for wikipedia Add iamb for Matrix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
./git.nix
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
./tools.nix
|
||||
./vim
|
||||
./xonsh.nix
|
||||
];
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
jqp
|
||||
iamb
|
||||
rainfrog
|
||||
tenere
|
||||
wiki-tui
|
||||
];
|
||||
}
|
||||
@@ -32,6 +32,7 @@ let
|
||||
in
|
||||
{
|
||||
"MacBook-Pro.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
|
||||
"MacBook-Prolocal.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
|
||||
"jude.thehellings.lan" = user "aarch64-darwin" "ivr" "gregory.hellings"; # This is annoying, but DNS is a pain for the shared docking station
|
||||
exodus = greg "exodus";
|
||||
jude = greg "jude";
|
||||
|
||||
@@ -41,6 +41,8 @@ in
|
||||
nixStable
|
||||
pipenv-ivr
|
||||
pre-commit
|
||||
python311
|
||||
python3Packages.flake8
|
||||
skaffold
|
||||
x
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user