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; }