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