Home Gen58 @ 2025-10-01-23:57 by jonas@monolith
This commit is contained in:
@@ -43,6 +43,13 @@ in {
|
||||
Enable heavy video editing tools.
|
||||
'';
|
||||
};
|
||||
daws = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable DAWs (currently bitwig beta)
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
@@ -61,6 +68,7 @@ in {
|
||||
davinci-resolve
|
||||
hive.transcode-davinci-resolve
|
||||
kdePackages.kdenlive
|
||||
];
|
||||
]
|
||||
++ lib.optional cfg.daws bitwig-studio6-latest;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user