diff options
Diffstat (limited to 'services.nix')
-rw-r--r-- | services.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/services.nix b/services.nix deleted file mode 100644 index ad4bfc5..0000000 --- a/services.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ ... }: -{ - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - }; -} |