nixdots/home/programs/graphical/wms/hyprland/packages/hyprland-move-window/default.nix

5 lines
116 B
Nix
Raw Normal View History

2024-06-10 14:23:59 +02:00
{pkgs, ...}:
2024-07-27 01:07:07 +02:00
pkgs.writeShellScriptBin "hyprland-move-window" ''
${builtins.readFile ./hyprland-move-window.sh}
''