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