diff --git a/.config/i3/config b/.config/i3/config index a365052..705b213 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -2,7 +2,7 @@ set $mod Mod4 set $LeftMonitor HDMI-0 -set $RightMonitor DP-0 +set $RightMonitor DP-4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/systems/amd-server/configuration.nix b/systems/amd-server/configuration.nix index 1be438e..d3aca10 100644 --- a/systems/amd-server/configuration.nix +++ b/systems/amd-server/configuration.nix @@ -49,7 +49,6 @@ nightlight.enable = true; i3.enable = true; shared.enable = true; - games = { enable = true; }; }; }; mainUser.layout = "de"; @@ -67,6 +66,7 @@ Type = "forking"; #?????? doesnt work without it, thanks vmware ExecStart = let script = pkgs.writeShellScript "start-vm" '' + sleep 10 ${pkgs.vmware-workstation}/bin/vmrun start /root/vmware/server/server.vmx nogui ''; in "${script}";