modified: common/home.nix

This commit is contained in:
2025-07-16 21:11:07 +10:00
parent d6c1e48667
commit fa76fb0f13

View File

@@ -32,6 +32,12 @@ programs.bash = {
'';
};
home.file = {
".config/nix/nix.conf".text = ''
access-tokens = github.com=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
'';
};
# Optional: packages
home.packages = with pkgs; [
git