double oops

This commit is contained in:
Chris Kruining 2025-03-28 22:12:16 +01:00
parent bc00deb3e1
commit 2c50104f0a
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ in
environment.sessionVariables.GITHUB_TOKEN = "$(cat /run/agenix/tokenGH)";
home-manager.users.${user} = {
home.home.packages = attrValues {
home.packages = attrValues {
inherit (pkgs) git act dura lazygit;
inherit (pkgs.gitAndTools) gh git-open git-crypt;
};