Add sound support

This commit is contained in:
ItsDrike 2024-05-15 21:24:55 +02:00
parent 130fdae4bf
commit fb603938c1
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 160 additions and 0 deletions

View file

@ -17,5 +17,13 @@ in
type = types.str;
description = "Username for the primary admin account for this system";
};
sound = {
enable = mkEnableOption "sound related programs and audio-dependent programs";
};
bluetooth = {
enable = mkEnableOption "bluetooth modules, drivers and configuration program(s)";
};
};
}