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"