mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 16:31:22 +02:00
feat: add nushell & media tools to darwin
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
# images
|
# images
|
||||||
viu # terminal image viewer
|
viu # terminal image viewer
|
||||||
imv # simple image viewer
|
|
||||||
imagemagick
|
imagemagick
|
||||||
graphviz
|
graphviz
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
pulsemixer
|
pulsemixer
|
||||||
|
imv # simple image viewer
|
||||||
|
|
||||||
nvtop
|
nvtop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user