Finally sort/clean up package list
This commit is contained in:
parent
7896e26398
commit
22b39dadaa
1 changed files with 81 additions and 83 deletions
|
|
@ -245,94 +245,92 @@ in
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
opencode # ai coding 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. 🤮
|
||||
openh264 # rather, this is the client library
|
||||
dos2unix # convert file line endings
|
||||
dnsmasq # temporarily allowed for connection sharing
|
||||
ansible # automation/software-defined-configuration tool
|
||||
binutils # gnu bin utils
|
||||
# conda # python environment management
|
||||
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...
|
||||
lazydocker # docker[/compose] tui
|
||||
sqlite-interactive # sqlite cli
|
||||
docker-buildx # enhanced build utilities for docker
|
||||
duckdb # wanted mostly as cli for SQL on csv files
|
||||
neovim # next gen vim w/lua
|
||||
wget # url fetcher/spider
|
||||
curl # url fetcher
|
||||
tmux # terminal multiplexer
|
||||
whois # net ip/dns lookup
|
||||
meld # file diff'r
|
||||
wl-clipboard-rs # rust implementation of wayland clipboard cli
|
||||
doggo # a better dig cmd...only written with go
|
||||
bat # a better cat command
|
||||
nix-search-cli # search the nix repo
|
||||
lsof # show open file handles
|
||||
eza # a better ls
|
||||
lm_sensors # hardware monitoring (e.g. temps)
|
||||
btop # cli sys monitor
|
||||
amdgpu_top # top-like monitor for AMD GPUs
|
||||
direnv # autoload .envrc files
|
||||
zoxide # directory navigator (z)
|
||||
nextcloud-client # next cloud UI (also just fialed to build. Gah... damn KDE lib issues
|
||||
file # show file types
|
||||
tldr # cli command summary
|
||||
stress # system workload generator
|
||||
dmidecode # system settings provider (e.g. bios)
|
||||
jq # json query
|
||||
niv # dependency cli for nix-shell
|
||||
openrgb-with-all-plugins # colors hardware control
|
||||
just # command runner like make
|
||||
ansible # configuration management system/automation tool
|
||||
kdePackages.kcachegrind # analyze xdebug output
|
||||
kdePackages.filelight # disk space visualizer
|
||||
#kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop
|
||||
kdePackages.kwalletmanager # added in order to use Signal, since it tied itself to my first desktop
|
||||
libreoffice-qt # libreoffice - qt is best for KDE
|
||||
hunspell # spell checking
|
||||
hunspellDicts.en_US # spell check dictionary
|
||||
magic-wormhole # transfer files with ease
|
||||
screen # terminal multiplexer...from GNU
|
||||
gnumake # build automation tool
|
||||
git-open # open the url of the project in web
|
||||
diffr # another diff hilighting tool
|
||||
brave # privacy oriented browser
|
||||
zig # the zig language
|
||||
powerline # prompt utility
|
||||
dust # cli hdd space usage visualization
|
||||
distrobox # instant alternate OS availability
|
||||
pigz # muti-treaded replacement for gzip
|
||||
unzip # old standard zip handler
|
||||
# conda # alternate python environment management
|
||||
# kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop
|
||||
# rpi-imager # rasbperry pi os burner util (1.9.6 failed build)
|
||||
screenkey # broadcast key presses
|
||||
superfile # cli file manager
|
||||
mpv # movie player
|
||||
obs-studio # open broadcast studio
|
||||
protonup-qt # proton version installer
|
||||
heroic # game launcher (GOG/Epic/Prime)
|
||||
lutris # game launcher (EA/Humble/Ubi++)
|
||||
cruft # python-based template processor
|
||||
nmap # network mapping/scanning tool
|
||||
amdgpu_top # top-like monitor for AMD GPUs
|
||||
ansible # configuration management system/automation tool
|
||||
asciinema # terminal recorder/playback tool
|
||||
basalt-monado # tracking for VR
|
||||
opencomposite # compatibility layer for VR
|
||||
# why did these two disappear???
|
||||
usbutils # provide lsusb, etc.
|
||||
pciutils # provide lspci, etc.
|
||||
rustdesk-flutter # the rustdesk remote desktop client (flutter = new/current version)
|
||||
vorta # borg backup UI
|
||||
ncdu # nncurses tool for examining disk usage
|
||||
psmisc # process tools like killall
|
||||
corectrl # provide hardware clock controls for AMDGPU
|
||||
bat # a better cat command
|
||||
binutils # gnu bin utils
|
||||
brave # privacy oriented browser
|
||||
btop # cli sys monitor
|
||||
corectrl # provide hardware clock controls for AMD CPU + GPU
|
||||
cruft # python-based template processor
|
||||
curl # url fetcher
|
||||
diffr # another diff hilighting tool
|
||||
direnv # autoload .envrc files
|
||||
distrobox # instant alternate OS availability
|
||||
dmidecode # system settings provider (e.g. bios)
|
||||
dnsmasq # temporarily allowed for connection sharing
|
||||
docker-buildx # enhanced build utilities for docker
|
||||
doggo # a better dig cmd...only written with go
|
||||
dos2unix # convert file line endings
|
||||
duckdb # wanted mostly as cli for SQL on csv files
|
||||
dust # cli hdd space usage visualization
|
||||
eza # a better ls
|
||||
file # show file types
|
||||
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
||||
fresh-editor # cli editor like...notepad++ or someething? seems nice.
|
||||
gcc # GNU C compiler collection
|
||||
gettext # gnu lib for text manipulation (added for envsubst)
|
||||
gimp # GIMP image manipulation proggy
|
||||
zed-editor # the most hopeful replacement for vscode...if I never learn nvim
|
||||
noisetorch # noise/background filter for mic
|
||||
git-open # open the url of the project in web
|
||||
gnumake # build automation tool
|
||||
go # golang - general purpose programming
|
||||
gopls # golang language server
|
||||
gcc # GNU C compiler collection
|
||||
heroic # game launcher (GOG/Epic/Prime)
|
||||
hunspell # spell checking
|
||||
hunspellDicts.en_US # spell check dictionary
|
||||
jq # json query
|
||||
just # command runner like make
|
||||
kdePackages.filelight # disk space visualizer
|
||||
kdePackages.kcachegrind # analyze xdebug output
|
||||
kdePackages.kwalletmanager # added in order to use Signal, since it tied itself to my first desktop
|
||||
lazydocker # docker[/compose] tui
|
||||
libreoffice-qt # libreoffice - qt is best for KDE
|
||||
lm_sensors # hardware monitoring (e.g. temps)
|
||||
lsof # show open file handles
|
||||
lutris # game launcher (EA/Humble/Ubi++)
|
||||
magic-wormhole # transfer files with ease
|
||||
meld # file diff'r
|
||||
mpv # movie player
|
||||
ncdu # nncurses tool for examining disk usage
|
||||
neovim # next gen vim w/lua
|
||||
nextcloud-client # next cloud UI (also just fialed to build. Gah... damn KDE lib issues
|
||||
niv # dependency cli for nix-shell
|
||||
nix-search-cli # search the nix repo
|
||||
nmap # network mapping/scanning tool
|
||||
noisetorch # noise/background filter for mic
|
||||
obs-studio # open broadcast studio
|
||||
opencode # ai coding tool
|
||||
opencomposite # compatibility layer for VR
|
||||
openh264 # rather, this is the client library
|
||||
openrgb-with-all-plugins # colors hardware control
|
||||
pciutils # provide lspci, etc.
|
||||
pigz # muti-treaded replacement for gzip
|
||||
powerline # prompt utility
|
||||
protonup-qt # proton version installer
|
||||
psmisc # process tools like killall
|
||||
rustdesk-flutter # the rustdesk remote desktop client (flutter = new/current version)
|
||||
screen # terminal multiplexer...from GNU
|
||||
screenkey # broadcast key presses
|
||||
sqlite-interactive # sqlite cli
|
||||
stress # system workload generator
|
||||
superfile # cli file manager
|
||||
tldr # cli command summary
|
||||
tmux # terminal multiplexer
|
||||
unzip # old standard zip handler
|
||||
usbutils # provide lsusb, etc.
|
||||
uv # alternative for python env management...
|
||||
vorta # borg backup UI
|
||||
wget # url fetcher/spider
|
||||
whois # net ip/dns lookup
|
||||
wl-clipboard-rs # rust implementation of wayland clipboard cli
|
||||
zed-editor # the most hopeful replacement for vscode...if I never learn nvim
|
||||
zig # the zig language
|
||||
zoxide # directory navigator (z)
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
programs.git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue