From 5c441a1bb4b2d107236dcecd209a2532cd4a07f2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 17:23:00 -0600 Subject: fix(topgrade): disable lensfun database update Co-Authored-By: Claude Opus 4.5 --- dotfiles/common/.config/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/common/.config/topgrade.toml b/dotfiles/common/.config/topgrade.toml index b4434f2..f2dece4 100644 --- a/dotfiles/common/.config/topgrade.toml +++ b/dotfiles/common/.config/topgrade.toml @@ -16,7 +16,7 @@ sudo_command = "sudo" # Disable specific steps - same options as the command line flag # disable = ["system", "emacs"] -disable = ["emacs", "poetry", "gnome_shell_extensions"] +disable = ["emacs", "poetry", "gnome_shell_extensions", "lensfun"] # Ignore failures for these steps # ignore_failures = ["powershell"] -- cgit v1.2.3