diff --git a/modules/sound/focusrite.nix b/modules/sound/focusrite.nix index 24a6f00..ad4f7a2 100644 --- a/modules/sound/focusrite.nix +++ b/modules/sound/focusrite.nix @@ -8,7 +8,7 @@ with lib; let cfg = config.sound.hardware.focusrite; in { - options.focusrite = { + options.sound.hardware.focusrite = { enable = mkEnableOption "Focusrite audio interface support"; guiSupport = mkOption { type = types.bool; @@ -21,7 +21,6 @@ in { environment.systemPackages = with pkgs; [ scarlett2 - alsa-scarlett-gui ] ++ ( if cfg.guiSupport