beatific: comments
This commit is contained in:
parent
95572febd5
commit
052159afb7
|
@ -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"
|
||||
'')
|
||||
|
|
Loading…
Reference in New Issue