fix: correctly catagorize pulseaudio

This commit is contained in:
lily 2025-01-26 18:11:55 -05:00
parent 52120b2ffb
commit 74c78e1c68
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +0,0 @@
{ ... }:
{
hardware.pulseaudio.enable = false;
}

5
nixos/services/audio.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
services.pulseaudio.enable = false;
}