chore: add hyprland input

This commit is contained in:
toast 2026-02-14 14:45:27 +09:00
parent 5344beda13
commit 91012162a9
3 changed files with 508 additions and 20 deletions

View file

@ -1,8 +1,9 @@
{ config, pkgs, ... }:
{ inputs, pkgs, ... }:
{
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
withUWSM = true;
xwayland.enable = true;
};