From be0a1be47d45db1430fcc663cf89b3dd1ce0399c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 14 Feb 2023 18:15:12 +0100 Subject: [PATCH] architect: Module cleanup --- hosts/architect/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/architect/default.nix b/hosts/architect/default.nix index 5d4aecd..77e94a8 100644 --- a/hosts/architect/default.nix +++ b/hosts/architect/default.nix @@ -126,10 +126,10 @@ in ''; }; - hardware = { - opengl.enable = true; - opengl.extraPackages = with pkgs; [ vaapiVdpau ]; - opengl.driSupport = true; + hardware.opengl = { + enable = true; + extraPackages = with pkgs; [ vaapiVdpau ]; + driSupport = true; }; services = {