From 7f80d5a2632e0336eb8952b00259bcdcc9545a67 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Tue, 26 Nov 2024 15:06:39 +0100 Subject: [PATCH] xwayland: refer to xrandr package rather than global installation --- systems/x86_64-linux/yggdrasil/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/yggdrasil/default.nix b/systems/x86_64-linux/yggdrasil/default.nix index cf56fec..def7f10 100644 --- a/systems/x86_64-linux/yggdrasil/default.nix +++ b/systems/x86_64-linux/yggdrasil/default.nix @@ -80,9 +80,10 @@ in }; exec-once = [ - "xrandr --output DP-2 --primary" "[workspace 1 silent] obsidian --disabled-gpu" "[workspace 9 silent] git-butler" + + "${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary" ]; workspace = [