feat: add nushell & media tools to darwin

This commit is contained in:
ryan4yin
2023-05-29 17:34:58 +08:00
parent f4428b9b23
commit 35b2b3f8be
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,6 @@
# images # images
viu # terminal image viewer viu # terminal image viewer
imv # simple image viewer
imagemagick imagemagick
graphviz graphviz
]; ];

View File

@@ -2,11 +2,13 @@
{ {
imports = [ imports = [
../common/core.nix ../common/nushell
../common/alacritty.nix ../common/alacritty.nix
../common/core.nix
../common/git.nix ../common/git.nix
../common/starship.nix
../common/development.nix ../common/development.nix
../common/media.nix
../common/starship.nix
./core.nix ./core.nix
]; ];

View File

@@ -10,6 +10,7 @@
pavucontrol pavucontrol
playerctl playerctl
pulsemixer pulsemixer
imv # simple image viewer
nvtop nvtop