mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-22 13:29:03 +00:00
5 lines
123 B
Nix
5 lines
123 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellScriptBin "hyprland-move-window" ''
|
|
${builtins.readFile ./hyprland-move-window.sh}
|
|
''
|
|
|