This commit is contained in:
Chris Kruining 2025-03-28 22:09:57 +01:00
parent 816b85e06e
commit bc00deb3e1
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 9 additions and 9 deletions

View file

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