summary refs log tree commit diff stats
path: root/hosts/thinklappi-bootstrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/thinklappi-bootstrap/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/thinklappi-bootstrap/default.nix b/hosts/thinklappi-bootstrap/default.nix
index 8fc94a7..3e1ed15 100644
--- a/hosts/thinklappi-bootstrap/default.nix
+++ b/hosts/thinklappi-bootstrap/default.nix
@@ -9,11 +9,12 @@
   ];
 
   hardware = {
-    opengl.enable = true;
+    graphics.enable = true;
     bluetooth.enable = true;
+  };
+  services = {
     pulseaudio.enable = false;
   };
-
   security = {
     rtkit.enable = true;
     pam.services.swaylock = {};