nixos/hyprland.nix

8 lines
153 B
Nix
Raw Normal View History

2024-06-05 23:12:03 +01:00
{ pkgs, ... }:
2024-06-05 23:04:40 +01:00
{
programs.hyprland = {
enable = true;
2024-06-05 23:12:03 +01:00
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
2024-06-05 23:04:40 +01:00
xwayland.enable = true;
};
}