1
0
Fork 0
mirror of https://github.com/ItsDrike/nixdots synced 2025-05-01 12:18:37 +00:00
nixdots/home/programs/graphical/wms/hyprland/packages/hyprland-move-window/default.nix

5 lines
123 B
Nix

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