Fix invalid Home Manager git options
Replace config.user.{name,email} with userName/userEmail and settings.alias with aliases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018D8GH3ssjrRwCLuwXMxsBE
This commit is contained in:
parent
e5e24c7976
commit
68b9ec4a18
1 changed files with 9 additions and 11 deletions
8
home.nix
8
home.nix
|
|
@ -123,12 +123,10 @@
|
|||
#############################################################################
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config.user = {
|
||||
name = "Leo Alho";
|
||||
email = "leoalho@proton.me";
|
||||
};
|
||||
userName = "Leo Alho";
|
||||
userEmail = "leoalho@proton.me";
|
||||
lfs.enable = true;
|
||||
settings.alias = {
|
||||
aliases = {
|
||||
co = "checkout";
|
||||
br = "branch";
|
||||
c = "commit";
|
||||
|
|
|
|||
Loading…
Reference in a new issue