hyperland nvidia compat

This commit is contained in:
illustris 2024-02-16 10:00:22 +05:30
parent b9b4e3ae38
commit 78f13f7989
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

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