summary refs log tree commit diff stats
path: root/sound.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-27 14:17:09 +0100
committersils <sils@sils.li>2022-12-27 14:17:09 +0100
commit72d762fe18152becda950f38f2bf46c76b9bf9f7 (patch)
tree279eeea3a963aa2525652432abe28cab7f510305 /sound.nix
parentmove desktop options in desktop (diff)
downloadnix-config-72d762fe18152becda950f38f2bf46c76b9bf9f7.tar.gz
nix-config-72d762fe18152becda950f38f2bf46c76b9bf9f7.zip
demodularize
Diffstat (limited to 'sound.nix')
-rw-r--r--sound.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/sound.nix b/sound.nix
deleted file mode 100644
index 48ddf18..0000000
--- a/sound.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-	hardware.bluetooth.enable = true;
-	security.rtkit.enable = true;
-	services.pipewire = {
-		enable = true;
-		alsa.enable = true;
-		alsa.support32Bit = true;
-		pulse.enable = true;
-		jack.enable = true;
-	};
-}