default desktop pack: add ffmpeg

This commit is contained in:
Fabian Montero 2026-05-27 11:46:50 -06:00
parent d39f60d75c
commit b8e2655457
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -11,6 +11,10 @@ in {
enable = mkEnableOption "common desktop programs and services"; enable = mkEnableOption "common desktop programs and services";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
ffmpeg
];
local.sys = { local.sys = {
baseline.enable = true; baseline.enable = true;