Correct path to home-manager profile

This commit is contained in:
Andreas Zweili 2024-05-01 09:18:50 +02:00
parent fe3cc8de02
commit 5e5794f105
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ let
text = ''
home-manager switch
if command -v attic &> /dev/null; then
attic push prod /run/current-system
attic push prod ${config.home.homeDirectory}/.local/state/home-manager/gcroots/current-home
fi
'';
};