Change backup file type

This commit is contained in:
2026-02-27 11:13:31 +01:00
parent eb8fc9de34
commit ad8f7fdda8

View File

@@ -19,6 +19,8 @@ in
shell = pkgs.zsh;
};
home-manager.backupFileExtension = "bck.lck";
home-manager.users.nichkara = { pkgs, ... }: {
home.stateVersion = "25.11";
programs.git = {
@@ -34,6 +36,4 @@ in
};
};
};
home-manager.backupFileExtension = "backup";
}