nixfiles/home/profiles/graphical/tealdeer.nix

6 lines
96 B
Nix

_: {
programs.tealdeer = {
enable = true;
settings.updates.auto_update = true;
};
}