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

5 lines
116 B
Nix
Raw Normal View History

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