default desktop pack: add ffmpeg
This commit is contained in:
parent
d39f60d75c
commit
b8e2655457
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue