fixed focusrite module

This commit is contained in:
2025-09-21 11:55:14 -04:00
parent 51beed138e
commit 7bc7749f51

View File

@@ -8,7 +8,7 @@
with lib; let with lib; let
cfg = config.sound.hardware.focusrite; cfg = config.sound.hardware.focusrite;
in { in {
options.focusrite = { options.sound.hardware.focusrite = {
enable = mkEnableOption "Focusrite audio interface support"; enable = mkEnableOption "Focusrite audio interface support";
guiSupport = mkOption { guiSupport = mkOption {
type = types.bool; type = types.bool;