defaults/plasma: ensure hardware.graphics is enabled
This commit is contained in:
parent
c83ec91ae2
commit
90c01d1936
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
lib.mkIf config.nixowos.allowAddingPackages [
|
lib.mkIf config.nixowos.allowAddingPackages [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue