HASH e35b634e4e9a
DATE 2026-01-31
SUBJECT git: use new namespace for user options
FILES 1 CHANGED
HASH e35b634e4e9a
DATE 2026-01-31
SUBJECT git: use new namespace for user
options
FILES 1 CHANGED
┌─ modules/home/console/tools/git.nix ───────────────────────────────────────┐
│ diff --git a/modules/home/console/tools/git.nix b/modules/home/console/tools/git.n │
│ ix │
│ index 067dc03..e2a3b57 100644 │
│ --- a/modules/home/console/tools/git.nix │
│ +++ b/modules/home/console/tools/git.nix │
│ @@ -12,12 +12,14 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.git = { │
│ enable = true; │
│ - user = { │
│ - name = admin.gitName; │
│ - email = admin.gitEmail; │
│ - }; │
│ ignores = [".direnv" "result"]; │
│ lfs.enable = true; │
│ + settings = { │
│ + user = { │
│ + name = admin.gitName; │
│ + email = admin.gitEmail; │
│ + }; │
│ + }; │
│ }; │
│ │
│ home.packages = attrValues { │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...es/home/console/tools/git.nix ───┐
│ diff --git a/modules/home/console/tools/git. │
│ nix b/modules/home/console/tools/git.nix │
│ index 067dc03..e2a3b57 100644 │
│ --- a/modules/home/console/tools/git.nix │
│ +++ b/modules/home/console/tools/git.nix │
│ @@ -12,12 +12,14 @@ in { │
│ config = mkIf cfg.enable { │
│ programs.git = { │
│ enable = true; │
│ - user = { │
│ - name = admin.gitName; │
│ - email = admin.gitEmail; │
│ - }; │
│ ignores = [".direnv" "result"]; │
│ lfs.enable = true; │
│ + settings = { │
│ + user = { │
│ + name = admin.gitName; │
│ + email = admin.gitEmail; │
│ + }; │
│ + }; │
│ }; │
│ │
│ home.packages = attrValues { │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET