[hyprland] feat: added hyprland to gdm

This commit is contained in:
Simon Cornet 2024-06-04 13:16:29 +02:00
parent 72dcc3de40
commit 79c6a8a781

View File

@ -15,8 +15,15 @@
# gnome
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm.wayland = true;
services.xserver.desktopManager.gnome.enable = true;
# hyprland
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
# environment variables for hyprland
environment.sessionVariables = {