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

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