Superuser bypass #2

Merged
wymiller merged 8 commits from macos-superuser-bypass-refactor into master 2025-10-02 08:59:48 -05:00
Showing only changes of commit 7bc7749f51 - Show all commits

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;