From ff0effe75b15ad1a74b14458d137ab38f93535f5 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 2 Jul 2023 10:24:52 +0200 Subject: Fix(sys): Yank sound config out of hosts --- hosts/thinklappi/default.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'hosts') diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index d05b3e4..d0887d7 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -8,16 +8,6 @@ ../../sys ]; - services = { - pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; - }; - hardware = { opengl.enable = true; bluetooth.enable = true; -- cgit 1.4.1