diff options
author | sils <sils@sils.li> | 2023-07-02 10:24:52 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-07-02 10:24:52 +0200 |
commit | ff0effe75b15ad1a74b14458d137ab38f93535f5 (patch) | |
tree | b95c2cfb41a1168e2a09c3c4542b05743e381a97 /hosts | |
parent | Fix(sys): Yank keyboardlayout out of host (diff) | |
download | nix-config-ff0effe75b15ad1a74b14458d137ab38f93535f5.tar.gz nix-config-ff0effe75b15ad1a74b14458d137ab38f93535f5.zip |
Fix(sys): Yank sound config out of hosts
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; |