mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
more moving things around
This commit is contained in:
10
pkgs/misc/wallpapers/package.nix
Normal file
10
pkgs/misc/wallpapers/package.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.
|
||||
|
||||
pkgs.writeShellApplication
|
||||
{
|
||||
name = "ocr";
|
||||
runtimeInputs = [ pkgs.tesseract ];
|
||||
text = builtins.readFile ./ocr.sh;
|
||||
}
|
Reference in New Issue
Block a user