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, ...}:
|
{ config, lib, pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
imports = [ ./cli-multimedia.nix ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
mpv
|
mpv
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./base.nix
|
./base.nix
|
||||||
../fragments/sound.nix
|
../fragments/sound.nix
|
||||||
|
../fragments/multimedia.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user