beatific: add bat and viu
This commit is contained in:
parent
13eac55616
commit
8ae7776ada
|
@ -99,6 +99,7 @@ in {
|
|||
|
||||
(mkIf cfg.defaults.programs {
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat # colorized and numbered `less`
|
||||
bc # Terminal calculator
|
||||
curl
|
||||
duf
|
||||
|
@ -114,6 +115,7 @@ in {
|
|||
tree # Directory tree view
|
||||
unzip
|
||||
vim
|
||||
viu # in-terminal image viewer
|
||||
wget
|
||||
zip
|
||||
(writeShellScriptBin "clip" ''
|
||||
|
|
Loading…
Reference in New Issue