1
1
Fork 0

beatific: comments

This commit is contained in:
Tim Van Baak 2024-08-07 19:23:03 -07:00
parent 95572febd5
commit 052159afb7
1 changed files with 20 additions and 20 deletions

View File

@ -99,26 +99,26 @@ in {
(mkIf cfg.defaults.programs {
environment.systemPackages = with pkgs; [
bat # colorized and numbered `less`
bc # Terminal calculator
curl
duf
exiftool
file # File type inspector
htmlq # jq for html
jq # jq for json
nebula
poppler_utils # provides pdfto* utils, allows lesspipe to read pdfs
psmisc # provides killall
python3
rsync
sqlite
tree # Directory tree view
unzip
vim
viu # in-terminal image viewer
wget
zip
bat # colorized and numbered `less`
bc # Terminal calculator
curl # omnipotent URL tool
duf # disk-free checker
exiftool # media tag tool
file # file type inspector
htmlq # jq for html
jq # jq for json
nebula # vpn
poppler_utils # provides pdfto* utils, allows lesspipe to read pdfs
psmisc # provides killall
python3 # second-best language for everything
rsync # incremental remote copy
sqlite # omnipotent database
tree # directory tree view
unzip # .zip archive tool
vim # terminal editor
viu # terminal image "viewer"
wget # web fetcher
zip # .zip archive tool
(writeShellScriptBin "clip" ''
${xclip}/bin/xclip -sel c < "$1"
'')