nix-configs/scripts/desktop/searchwolf.nix

3 lines
89 B
Nix
Raw Normal View History

2022-09-28 22:57:30 +00:00
{ pkgs, ... }:
2023-04-12 12:21:46 +00:00
pkgs.writeShellScriptBin "searchwolf" (builtins.readFile ./searchwolf.sh)