mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 16:57:17 +00:00
6 lines
123 B
Nix
6 lines
123 B
Nix
|
{pkgs, ...}:
|
||
|
pkgs.writeShellScriptBin "hyprland-move-window" ''
|
||
|
${builtins.readFile ./hyprland-move-window.sh}
|
||
|
''
|
||
|
|