Add: dcli, fresh, opencode
This commit is contained in:
parent
2d2d9652a3
commit
9446d1ff84
1 changed files with 3 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
opencode # ai coding tool
|
||||||
asciinema # terminal recorder/playback tool
|
asciinema # terminal recorder/playback tool
|
||||||
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
||||||
openh264 # rather, this is the client library
|
openh264 # rather, this is the client library
|
||||||
|
|
@ -254,6 +255,7 @@ in
|
||||||
binutils # gnu bin utils
|
binutils # gnu bin utils
|
||||||
# conda # python environment management
|
# conda # python environment management
|
||||||
gettext # gnu lib for text manipulation (added for envsubst)
|
gettext # gnu lib for text manipulation (added for envsubst)
|
||||||
|
fresh-editor # cli editor like...notepad++ or someething? seems nice.
|
||||||
uv # alternative for python env management...
|
uv # alternative for python env management...
|
||||||
lazydocker # docker[/compose] tui
|
lazydocker # docker[/compose] tui
|
||||||
sqlite-interactive # sqlite cli
|
sqlite-interactive # sqlite cli
|
||||||
|
|
@ -301,6 +303,7 @@ in
|
||||||
brave # privacy oriented browser
|
brave # privacy oriented browser
|
||||||
zig # the zig language
|
zig # the zig language
|
||||||
powerline # prompt utility
|
powerline # prompt utility
|
||||||
|
dust # cli hdd space usage visualization
|
||||||
distrobox # instant alternate OS availability
|
distrobox # instant alternate OS availability
|
||||||
pigz # muti-treaded replacement for gzip
|
pigz # muti-treaded replacement for gzip
|
||||||
unzip # old standard zip handler
|
unzip # old standard zip handler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue