From 1b802a90de117e0f2c5fd7ef4997487d83547d80 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 1 Aug 2024 08:37:19 +0200 Subject: [PATCH] move some graphics stuff into individual modules/files --- modules/graphics.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphics.nix b/modules/graphics.nix index cc13a5a..910a0e2 100644 --- a/modules/graphics.nix +++ b/modules/graphics.nix @@ -1,3 +1,3 @@ -{}: { - graphics.enable = true; +{...}: { + hardware.graphics.enable = true; }