diff options
-rw-r--r-- | hosts/thinklappi-bootstrap/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/thinklappi-bootstrap/default.nix b/hosts/thinklappi-bootstrap/default.nix index 8fc94a7..595d510 100644 --- a/hosts/thinklappi-bootstrap/default.nix +++ b/hosts/thinklappi-bootstrap/default.nix @@ -11,9 +11,10 @@ hardware = { opengl.enable = true; bluetooth.enable = true; + }; + services = { pulseaudio.enable = false; }; - security = { rtkit.enable = true; pam.services.swaylock = {}; |