mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 04:11:49 +01:00
17 lines
216 B
Nix
17 lines
216 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}:
|
|
# processing audio/video
|
|
{
|
|
home.packages = with pkgs; [
|
|
ffmpeg-full
|
|
|
|
# images
|
|
viu # terminal image viewer
|
|
imv # simple image viewer
|
|
imagemagick
|
|
graphviz
|
|
];
|
|
} |