diff options
author | Florian Klink <flokli@flokli.de> | 2024-08-24T14·39+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-25T09·19+0000 |
commit | 6dff303c5ffc37cf0196a13b7e9a6234a8b3ab3d (patch) | |
tree | f6c2b55ed38918a974db58bcbdf47d726e893c6b /users/tazjin/nixos/tverskoy/default.nix | |
parent | a742fafdbf40e82b94517f52795cf07c63797c46 (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/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 733929219a3a..c074fd9c5d70 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -93,9 +93,9 @@ lib.fix (self: { enableRedistributableFirmware = true; bluetooth.enable = true; - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ vaapiVdpau |