diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
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; |