modified: common/home.nix

This commit is contained in:
2025-07-16 21:11:07 +10:00
parent ac40a14d79
commit 3eff3b000b
+6
View File
@@ -32,6 +32,12 @@ programs.bash = {
'';
};
home.file = {
".config/nix/nix.conf".text = ''
access-tokens = github.com=***REMOVED***
'';
};
# Optional: packages
home.packages = with pkgs; [
git