fixed even more typos
This commit is contained in:
parent
1ce015a374
commit
0b066ea9de
14 changed files with 446 additions and 410 deletions
|
@ -1,8 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
with lib; let
|
||||
cfg = config.myOptions.services.pipewire;
|
||||
in {
|
||||
options.myOptions.services.enable = mkEnableOption "pipewire";
|
||||
|
||||
config = mkIf config.myOptions.services.pipewire.enable {
|
||||
config = mkIf cfg.enable {
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue