summaryrefslogtreecommitdiff
path: root/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services.nix')
-rw-r--r--services.nix9
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;
- };
-}