From aabad6f30eb20db2cfafba4e3b48dadf830a8412 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 26 Aug 2024 23:58:05 -0500 Subject: [PATCH] enabled hardware graphics on horizon --- hosts/horizon/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/horizon/configuration.nix b/hosts/horizon/configuration.nix index 26768f8..79fa555 100644 --- a/hosts/horizon/configuration.nix +++ b/hosts/horizon/configuration.nix @@ -37,6 +37,7 @@ }; }; + hardware.graphics.enable = true; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;