9 lines
165 B
Nix
9 lines
165 B
Nix
{...}: {
|
|
programs = {
|
|
hyprland = {
|
|
enable = true;
|
|
withUWSM = true; # Universal Wayland Session Manager
|
|
xwayland.enable = true;
|
|
};
|
|
};
|
|
}
|