nix-configs/other/scripts/desktop/searchwolf.nix
2023-04-22 13:10:34 +02:00

2 lines
89 B
Nix

{ pkgs, ... }:
pkgs.writeShellScriptBin "searchwolf" (builtins.readFile ./searchwolf.sh)