9 lines
165 B
Nix
9 lines
165 B
Nix
{
|
|
programs.hyprland = {
|
|
# Install the packages from nixpkgs
|
|
enable = true;
|
|
# Whether to enable XWayland
|
|
xwayland.enable = true;
|
|
};
|
|
}
|