topgrade: init

This commit is contained in:
Felix Buehler 2025-11-22 19:37:14 +01:00
parent 3b65a61998
commit 4a804fe435
2 changed files with 13 additions and 0 deletions

12
topgrade/topgrade.toml Normal file
View file

@ -0,0 +1,12 @@
[misc]
disable = ["system", "vim"]
skip_notify = true
[linux]
nix_arguments = "--flake"
[git]
repos = [
"~/.dotfiles/",
"~/code/**/"
]