diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index d2619a1..a0bc9f4 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -22,8 +22,12 @@ programs.regreet = { enable = true; settings = { - background.path = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath; + background = { + path = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath; + fit = "Cover"; + }; }; + cageArgs = ["-s" "-m" "last"]; # Only show on the last monitor }; environment.sessionVariables.XKB_DEFAULT_LAYOUT = "es";