fixed EVEN MORE splling errors

This commit is contained in:
Charlie Root 2024-04-10 19:31:40 +02:00
commit 27fbf86325
5 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
with lib; let
cfg = config.myOptions.services.pipewire;
in {
options.myOptions.services.enable = mkEnableOption "pipewire";
options.myOptions.services.pipewire.enable = mkEnableOption "pipewire";
config = mkIf cfg.enable {
hardware.pulseaudio.enable = false;