Cleanup and documentation

This commit is contained in:
Jan Kremer 2026-02-24 17:51:58 +01:00
parent 0556712d59
commit 2351c09b7b
No known key found for this signature in database
8 changed files with 16 additions and 69 deletions

View file

@ -3,10 +3,6 @@
./ignores.nix
];
home.sessionVariables = {
GITHUB_TOKEN = "$(gh auth token)";
};
programs = {
git = {
enable = true;
@ -64,16 +60,5 @@
};
};
};
gh = {
enable = true;
settings.git_protocol = "ssh";
};
sapling = {
enable = true;
userName = "Jan Kremer";
userEmail = "mail@jankremer.eu";
};
};
}