This commit is contained in:
Pedro Rey Anca 2025-07-09 14:25:59 +02:00
parent 8e97065d77
commit 60229953ee
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 37 additions and 30 deletions

View file

@ -4,7 +4,11 @@
username,
...
}: {
programs.hyprland.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
xdg.portal = {
enable = true;
wlr.enable = true;
@ -30,9 +34,11 @@
};
cageArgs = ["-s" "-m" "last"]; # Only show on the last monitor
};
services.greetd.settings.initial_session = {
command = "Hyprland";
command = "uwsm start hyprland-uwsm.desktop";
user = "${username}";
};
environment.sessionVariables.XKB_DEFAULT_LAYOUT = "es";
}