pinwheel: Refer to nix store packages in hyperland config

This commit is contained in:
Alexander Heldt
2023-08-19 11:17:43 +02:00
parent 0bf0c08c33
commit 2fb000dca2

View File

@@ -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"