9 lines
193 B
Nix
9 lines
193 B
Nix
{pkgs, ...}: {
|
|
programs.hyprland.enable = true;
|
|
|
|
services.displayManager.defaultSession = "hyprland";
|
|
services.displayManager.sddm = {
|
|
enable = true;
|
|
wayland.enable = true;
|
|
};
|
|
} |