1
0

feat: bump to nixos-unstable

This commit is contained in:
2026-03-01 15:58:42 +01:00
parent 1f342308de
commit 2c8cf957ee
5 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ in
"exec i3-msg focus output ${env.displays.primary}"
(
if (env.displays ? xrandr) then
"exec \"${lib.getExe pkgs.xorg.xrandr} ${env.displays.xrandr}\""
"exec \"${lib.getExe pkgs.xrandr} ${env.displays.xrandr}\""
else
""
)