nixdots/home/programs/graphical/wms/hyprland/packages/hyprland-move-window/default.nix
2024-07-27 01:07:07 +02:00

5 lines
116 B
Nix

{pkgs, ...}:
pkgs.writeShellScriptBin "hyprland-move-window" ''
${builtins.readFile ./hyprland-move-window.sh}
''