feat(homeModules:hyprland): change to hyprland flake package

This commit is contained in:
ooks-io 2024-05-24 19:22:48 +12:00
parent 33cbd9dfc7
commit cba4323fb7
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd = {
enable = true;