aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-12-08 08:03:50 +0900
committerOphestra <cat@gensokyo.uk>2025-12-08 08:53:04 +0900
commit87781c765844409226804157546753b84ef3c6b4 (patch)
tree4fa7bdbe890979badada6c36183a2ff25b7b85a8 /options.nix
parent0c38fb7b6a17bed9392a4cf46fc752bc2de8eb18 (diff)
treewide: include PipeWire op and enforce PulseAudio check
This fully replaces PulseAudio with PipeWire and enforces the PulseAudio check and error message. The pipewire-pulse daemon is handled in the NixOS module. Closes #26. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/options.nix b/options.nix
index effa6559..8be79b5a 100644
--- a/options.nix
+++ b/options.nix
@@ -245,14 +245,14 @@ in
Whether to share the PipeWire server via SecurityContext.
'';
};
+ };
- pulse = mkOption {
- type = nullOr bool;
- default = true;
- description = ''
- Whether to run the PulseAudio compatibility daemon.
- '';
- };
+ pulse = mkOption {
+ type = nullOr bool;
+ default = true;
+ description = ''
+ Whether to run the PulseAudio compatibility daemon.
+ '';
};
share = mkOption {