mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
sound -> audio to remove conflict
This commit is contained in:
parent
6801d6401b
commit
2ee9f67519
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
options = {
|
options = {
|
||||||
sound.enable = lib.mkEnableOption "enable sound";
|
audio.enable = lib.mkEnableOption "enable sound";
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.sound.enable {
|
config = lib.mkIf config.audio.enable {
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue