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
cfg = config.sound.hardware.focusrite;
in {
options.focusrite = {
options.sound.hardware.focusrite = {
enable = mkEnableOption "Focusrite audio interface support";
guiSupport = mkOption {
type = types.bool;