feat: use hyprland flake instead of upstream package

This commit is contained in:
Guz
2025-07-07 12:19:49 -03:00
parent 41e5d5abc7
commit ab7b374f2f

View File

@@ -2,6 +2,7 @@
config,
lib,
pkgs,
inputs,
...
}: {
home.pointerCursor.enable = true;
@@ -13,6 +14,8 @@
# Hyprland
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland;
wayland.windowManager.hyprland.portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
wayland.windowManager.hyprland.xwayland.enable = true;
wayland.windowManager.hyprland.settings = {
"$MOD" = "SUPER";