hypr: Add egl-wayland dep installation

This commit is contained in:
Culis Gaspard 2024-09-19 12:57:44 +02:00
parent f7e6e1f3a4
commit 056b899d77

View file

@ -7,6 +7,10 @@
".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d;
};
home.packages = [
pkgs.egl-wayland # For NVIDIA compatibility
];
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile ./hyprland.conf;