feat(user/malte): use development hyprland package as mentionend in the docs

This commit is contained in:
Malte Tammena 2023-12-01 21:33:01 +01:00
parent b5ecf530f0
commit 01a937d30e

View file

@ -53,6 +53,7 @@ in {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland = {
enable = true;
};