about summary refs log tree commit diff
path: root/users/tazjin/nixos/arbat/default.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-24T14·39+0300
committerclbot <clbot@tvl.fyi>2024-08-25T09·19+0000
commit6dff303c5ffc37cf0196a13b7e9a6234a8b3ab3d (patch)
treef6c2b55ed38918a974db58bcbdf47d726e893c6b /users/tazjin/nixos/arbat/default.nix
parenta742fafdbf40e82b94517f52795cf07c63797c46 (diff)
chore(users/tazjin): hardware.opengl -> hardware.graphics r/8579
Change-Id: I649a6de6eef0b9b8c9cb658fdb6e4e46f5c8be1c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12335
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/arbat/default.nix')
-rw-r--r--users/tazjin/nixos/arbat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/arbat/default.nix b/users/tazjin/nixos/arbat/default.nix
index 73bed4573ac1..3bf039e94bae 100644
--- a/users/tazjin/nixos/arbat/default.nix
+++ b/users/tazjin/nixos/arbat/default.nix
@@ -55,7 +55,7 @@ in
 
   hardware = {
     enableRedistributableFirmware = true;
-    opengl.enable = true;
+    graphics.enable = true;
     bluetooth.enable = true;
   };