From 2ed9add88ee6672c1421f473f5eadcef2ffc40d2 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 5 Nov 2025 18:27:20 -0600 Subject: [PATCH] more stupid shit --- modules/system/graphics/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/graphics/default.nix b/modules/system/graphics/default.nix index 2b343a5..757fced 100644 --- a/modules/system/graphics/default.nix +++ b/modules/system/graphics/default.nix @@ -6,7 +6,7 @@ }: let cfg = config.system.graphics; in { - options.system.nvidia = { + options.system.graphics = { enable = lib.mkEnableOption "enables nvidia"; vendor = lib.mkOption { type = lib.types.enum ["intel" "amd" "nvidia"];