diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index 378ec2b9..aca5f0c7 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -1,5 +1,8 @@ {pkgs, ...}: { imports = [../Scorch/home.nix]; home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")]; - wayland.windowManager.hyprland.settings.monitor = ["eDP-1,1920x1080,2560x576,1.20"]; + wayland.windowManager.hyprland.settings = { + workspace = ["4, monitor:eDP-1, default:true"]; + monitor = ["eDP-1,1920x1080,2560x576,1.20"]; + }; }