fix: correctly catagorize pulseaudio

This commit is contained in:
luxzi 2025-01-26 18:11:55 -05:00
parent 590b019667
commit ad124505da
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
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;
}