Files
nixos/modules/nvidia.nix
T
2024-03-17 20:58:38 +00:00

13 lines
189 B
Nix

{ ... }
programs.hyprland.nvidiaPatches = enable;
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
hardware = {
opengl.enable = true;
nvidia.modesetting.enable = true;
};