Add multimedia fragment
This commit is contained in:
parent
698d9007bb
commit
2c988ab77a
8
fragments/cli-multimedia.nix
Normal file
8
fragments/cli-multimedia.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
yt-dlp
|
||||
imagemagick
|
||||
ffmpeg
|
||||
];
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
{
|
||||
imports = [ ./cli-multimedia.nix ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
mpv
|
||||
gimp-with-plugins
|
||||
|
@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
./base.nix
|
||||
../fragments/sound.nix
|
||||
../fragments/multimedia.nix
|
||||
];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user