diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index 6ba78ff..6d8fa23 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -148,6 +148,7 @@ wayland.windowManager.hyprland = { enable = true; package = pkgs.hyprland; + systemd.enable = false; settings = { "$mainMod" = "SUPER"; "$shiftMainMod" = "SUPER_SHIFT"; diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 8e6b00b..59da5b4 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -103,6 +103,7 @@ services.xserver.videoDrivers = [ "nvidia" ]; programs.hyprland = { enable = true; + withUWSM = true; xwayland.enable = true; portalPackage = pkgs.xdg-desktop-portal-hyprland; }; diff --git a/system/greetd.nix b/system/greetd.nix index 3eee001..a0765da 100644 --- a/system/greetd.nix +++ b/system/greetd.nix @@ -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"; }; };