dev-commit: re-add the enable option

This commit is contained in:
Oliver Davies 2025-07-29 22:11:29 +01:00
parent b57b037e69
commit a9b0c5c2b0
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,8 @@
{
flake.modules.nixos."nixosConfigurations/t480".home-manager.users.${config.flake.meta.owner.username} =
hmArgs: {
programs.dev-commit.enable = true;
programs.dev-commit.schedule.enable = true;
programs.dev-commit.schedule.time = "daily";