From 4119809cb6dd4da3f8d83683aea5aaf0e86bf23b Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 2 Apr 2025 09:15:10 +0100 Subject: [PATCH] Enabled graphics in nixos config --- nixos/worklaptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/worklaptop/configuration.nix b/nixos/worklaptop/configuration.nix index 85c084b..b3ba300 100644 --- a/nixos/worklaptop/configuration.nix +++ b/nixos/worklaptop/configuration.nix @@ -16,6 +16,7 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.cudaSupport = true; + hardware.graphics.enable = true; hardware.nvidia = { # Modesetting is required. modesetting.enable = true;