mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-25 02:49:02 +00:00
4 lines
128 B
Nix
4 lines
128 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellScriptBin "hyprland-swap-workspace" ''
|
|
${builtins.readFile ./hyprland-swap-workspace.sh}
|
|
''
|