From f48a4d0a67d49e877db2d1893124eca5dde58525 Mon Sep 17 00:00:00 2001 From: Larra Emily Sarah Date: Tue, 27 Jan 2026 23:46:55 +0100 Subject: [PATCH] "105 2026-01-27 23:46:54 26.05.20260123.c5296fd 6.18.7" --- hosts/ArcticFox/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ArcticFox/configuration.nix b/hosts/ArcticFox/configuration.nix index 581ecb2..c902a7d 100644 --- a/hosts/ArcticFox/configuration.nix +++ b/hosts/ArcticFox/configuration.nix @@ -87,6 +87,10 @@ services.displayManager.defaultSession = "hyprland"; services.desktopManager.plasma6.enable = true; + services.xserver.virtualScreen = { + x = 6400; + y = 3582; + }; #hyprland programs.hyprland.enable = true; programs.hyprland.xwayland.enable = true;