media/ardour: add surge-XT
This commit is contained in:
parent
081f6320bc
commit
acd0b68e00
1 changed files with 5 additions and 11 deletions
|
@ -1,15 +1,9 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
let
|
||||
cfg = config.modules.desktop.media.ardour;
|
||||
in
|
||||
{
|
||||
options.modules.desktop.media.ardour = {
|
||||
enable = lib.mkEnableOption false;
|
||||
};
|
||||
{ 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
|
||||
];
|
||||
users.users.sako.packages = with pkgs; [ ardour surge-XT ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue