hyperland nvidia compat

This commit is contained in:
illustris
2024-02-16 10:00:22 +05:30
parent b9b4e3ae38
commit 78f13f7989

View File

@@ -73,5 +73,8 @@
hardware = { hardware = {
firmware = with pkgs; [ linux-firmware ]; firmware = with pkgs; [ linux-firmware ];
bluetooth.enable = true; bluetooth.enable = true;
# needed by hyperland
nvidia.modesetting.enable = true;
opengl.enable = true;
}; };
} }