about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/choose_workspace.nix
blob: fc162d627b60f556b2be5361fd7155be88b1d2ae (plain) (blame)
1
2
3
4
5
6
7
8
9
{ substituteAll, bemenu, jq }:

substituteAll {
  dir = "bin";
  name = "choose_workspace";
  src = ./choose_workspace.sh.in;
  isExecutable = true;
  inherit bemenu jq;
}