parent
ea82349a38
commit
a7b0ddfa5d
2 changed files with 2 additions and 2 deletions
components
|
@ -13,7 +13,7 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf (config.components.chaospott.enable && config.components.gui.audio.enable) {
|
config = mkIf (config.components.chaospott.enable && config.components.gui.audio.enable) {
|
||||||
hardware.pulseaudio.zeroconf.discovery.enable = true;
|
services.pulseaudio.zeroconf.discovery.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
paprefs
|
paprefs
|
||||||
];
|
];
|
||||||
|
|
|
@ -16,7 +16,7 @@ with lib;
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue