2025-03-09 14:37:27 -04:00

13 lines
141 B
Nix

{
pkgs,
config,
...
}: {
programs = {
tealdeer = {
enable = true;
settings.updates.auto_update = true;
};
};
}