mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:29:43 +00:00
5 lines
116 B
Nix
5 lines
116 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellScriptBin "hyprland-move-window" ''
|
|
${builtins.readFile ./hyprland-move-window.sh}
|
|
''
|