Files
laptop-nixos-config/programs/hyprland.nix
2026-05-08 00:11:30 +09:00

8 lines
159 B
Nix

{ inputs, pkgs, ... }:
{
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
}