nix-config/hosts/nixos/modules/programs/hyprland.nix

9 lines
125 B
Nix

{ config, pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
}