Make more things desktop only
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-31 19:48:30 +01:00
parent 3bcf37f394
commit 865c60d557
9 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
{
flake.modules.nixos.pc.services.pipewire.alsa = {
flake.modules.nixos.desktop.services.pipewire.alsa = {
enable = true;
support32Bit = true;
};