From 90c01d193629391aa4b3a2bfb194ae013af12264 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Tue, 24 Mar 2026 11:16:10 -0700 Subject: [PATCH] defaults/plasma: ensure hardware.graphics is enabled --- defaults/plasma.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/plasma.nix b/defaults/plasma.nix index 9953a81..b7229ae 100644 --- a/defaults/plasma.nix +++ b/defaults/plasma.nix @@ -26,6 +26,8 @@ in }; config = lib.mkIf cfg.enable { + hardware.graphics.enable = true; + environment.systemPackages = with pkgs; lib.mkIf config.nixowos.allowAddingPackages [