NullBite acb902b1ad
home/base: enable Git maintenance
This is enabled in home-manager becuase Git attempts to hardcode the
path when it is done through Git. Enabling Git in home-manager creates a
managed config at $XDG_CONFIG_HOME/git/config, but if ~/.gitconfig
exists, git will use that instead which still allows for mutable config.
The activation script is configured to automatically create ~/.gitconfig
if it doesn't exist, so everything should still work exactly as before.
2025-02-15 21:04:47 +00:00
..
2025-02-15 21:04:47 +00:00
2024-12-24 21:06:11 -05:00
2024-08-16 11:42:52 +02:00
2025-02-03 17:02:45 -05:00

home

This directory contains modules and configuration specific to my home-manager configuration. default.nix is the entrypoint to my module set; it can safely be loaded without making any configuration changes by default.