desktop/media: init ardour

This commit is contained in:
Sakooooo 2024-09-26 20:47:58 +04:00
parent 6aea3cd3b5
commit 1a08fa63d0
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{ outputs, options, config, lib, pkgs, ...}:
let
cfg = config.modules.desktop.media.ardour;
in
{
options.modules.desktop.media.ardour = {
enable = lib.mkEnableOption false;
};
config = lib.mkIf cfg.enable {
users.users.sako.packages = with pkgs; [
ardour
];
};
}

View file

@ -6,6 +6,7 @@
./blender
./kdenlive
./lmms
./ardour
./mpv
./jellyfin
./feishin