From 55ddb47a4763720159c9b2e17b0dadbc1805a6da Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 00:50:23 -0400 Subject: fmt --- x11.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11.nix') diff --git a/x11.nix b/x11.nix index dc9bf62..7e18997 100644 --- a/x11.nix +++ b/x11.nix @@ -25,7 +25,7 @@ windowManager.dwm.enable = true; desktopManager.runXdgAutostartIfNone = false; displayManager = { - setupCommands = ''''; + setupCommands = ""; sessionCommands = '' #!/bin/sh ${pkgs.xrandr}/bin/xrandr --output DP-3 --primary --mode 2560x1440 --rate 180 --pos 0x0 --output DP-2 --mode 1920x1080 --rate 160 --pos 2560x360 -- cgit v1.3.1