Switch to uwsm
This commit is contained in:
parent
1102a36af5
commit
8d2928a65b
@ -148,6 +148,7 @@
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland;
|
||||
systemd.enable = false;
|
||||
settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
"$shiftMainMod" = "SUPER_SHIFT";
|
||||
|
@ -103,6 +103,7 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
@ -4,7 +4,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd \"Hyprland\"";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd \"uwsm start default\"";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user