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

6 lines
123 B
Nix

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