9 lines
164 B
Nix
9 lines
164 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
xwayland.enable = true;
|
|
systemd.enable = true;
|
|
};
|
|
} |