bonfire/lib/preconfiguredModules/nixos/hyprland.nix

7 lines
87 B
Nix

{...}: {
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
}