added plasma

This commit is contained in:
2024-08-13 22:36:15 +09:00
parent 0940cc8427
commit 70bb31c3f5
5 changed files with 15 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
hardware.opengl.enable = true;
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [
mesa
];
}