2024-04-24 02:30:41 -04:00

9 lines
163 B
Nix

{ pkgs, config, inputs, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
};
}