7 lines
147 B
Nix
7 lines
147 B
Nix
{ inputs, pkgs, ... }: {
|
|
|
|
programs.hyprland.enable = true;
|
|
programs.hyprland.package =
|
|
inputs.hyprland.packages.${pkgs.system}.hyprland;
|
|
}
|