dotfiles/hosts/modules/tesseract.nix

6 lines
80 B
Nix
Raw Normal View History

2025-02-11 18:17:17 +10:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
tesseract
];
}