nix-configs/other/scripts/desktop/searchwolf.nix

3 lines
89 B
Nix
Raw Normal View History

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