topgrade: update home-manager using flake file

This commit is contained in:
Julian Mutter 2024-09-08 21:57:51 +02:00
parent f123ef3bbf
commit 6a70e105d4

View File

@ -39,6 +39,10 @@ in
misc.no_retry = true;
linux.nix_arguments = "--flake /home/julian/.dotfiles";
linux.home_manager_arguments = [
"--flake"
"/home/julian/.dotfiles"
];
git = {
# Additional git repositories to pull