From f5ca68b55c3e05770d1f66a4b34a9154504a3aa2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 21 Aug 2024 11:20:03 +0300 Subject: [PATCH] host/home: enable graphics --- hosts/home/hardware-configuration/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/home/hardware-configuration/default.nix b/hosts/home/hardware-configuration/default.nix index 7973e13..d54f7a2 100644 --- a/hosts/home/hardware-configuration/default.nix +++ b/hosts/home/hardware-configuration/default.nix @@ -26,6 +26,11 @@ # extra configs hardware.bluetooth.enable = true; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + # All monitors in the right order # Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83 services.xserver.xrandrHeads = [