9 lines
109 B
Nix
9 lines
109 B
Nix
|
{ pkgs, lib, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./auto-update-tldr-db.nix
|
||
|
];
|
||
|
|
||
|
programs.tealdeer.enable = true;
|
||
|
}
|