summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
blob: f3e35fad5b3e9d9b733139a83ed82353835dbcb7 (plain)
1
2
3
4
5
6
7
{ pkgs, inputs, ... }:
{
  programs.hyprland = {
    enable = true;
    package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
  };
}