mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:50:41 +00:00
Add sound support
This commit is contained in:
parent
130fdae4bf
commit
fb603938c1
6 changed files with 160 additions and 0 deletions
|
@ -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)";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue