chore: nix fmt

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-12 14:24:24 +01:00
parent 8ab6f726bd
commit d7770bfb0c
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
git-delete-merged-branches
git-delete-merged-branches
];
programs.git = {
enable = true;