mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 20:47:16 +00:00
5 lines
128 B
Nix
5 lines
128 B
Nix
|
{pkgs, ...}:
|
||
|
pkgs.writeShellScriptBin "hyprland-swap-workspace" ''
|
||
|
${builtins.readFile ./hyprland-swap-workspace.sh}
|
||
|
''
|