From 2fb000dca239147dc23238944fae24848cd84de4 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 19 Aug 2023 11:17:43 +0200 Subject: [PATCH] pinwheel: Refer to nix store packages in `hyperland` config --- hosts/pinwheel/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 7dcd2ae..04f3f68 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -200,10 +200,10 @@ move = builtins.genList (x: "$mod SHIFT, ${ws x}, movetoworkspacesilent, ${builtins.toString (x + 1)}") 10; in select ++ move ++ [ - "$mod, x, exec, swaylock" + "$mod, x, exec, ${pkgs.swaylock}/bin/swaylock" "$mod SHIFT, x, exec, systemctl suspend" - "$mod, RETURN, exec, foot" + "$mod, RETURN, exec, ${pkgs.foot}/bin/foot" "$mod, SPACE, exec, bemenu-run" "$mod, ESCAPE, killactive"