diff --git a/install.conf.yaml b/install.conf.yaml index 381ab00..d785790 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -49,6 +49,7 @@ ~/.tmux.conf: tmux/tmux.conf ~/.toprc: top/toprc ~/.config/htop/htoprc: top/htoprc + ~/.config/topgrade.toml: topgrade/topgrade.toml ~/.vimrc: vim/vimrc ~/.vim/pack/dotfiles/start: vim/start ~/.vim/colors/badwolf.vim: vim/start/badwolf/colors/badwolf.vim diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml new file mode 100644 index 0000000..b2319a6 --- /dev/null +++ b/topgrade/topgrade.toml @@ -0,0 +1,12 @@ +[misc] +disable = ["system", "vim"] +skip_notify = true + +[linux] +nix_arguments = "--flake" + +[git] +repos = [ + "~/.dotfiles/", + "~/code/**/" +]