diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 05:31:59 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:47 -0700 |
| commit | eb16a7d8d9a90e88a1ec8d5c65d91db021b4e1e1 (patch) | |
| tree | 341c6c91c64f68c85210e8f20c493991ceaba3b7 /roles/home/dev/git.nix | |
| parent | 4e0d8adb6fb1bb143a15b2b0ed80a82c58fbb317 (diff) | |
migration: git config
Diffstat (limited to 'roles/home/dev/git.nix')
| -rw-r--r-- | roles/home/dev/git.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/home/dev/git.nix b/roles/home/dev/git.nix deleted file mode 100644 index be67fdb..0000000 --- a/roles/home/dev/git.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, ... }: - -{ - programs.git = { - userName = "Caroline Larimore"; - userEmail = "caroline@larimo.re"; - - signing = { - key = config.home.roles.dev.key; - signByDefault = true; - }; - - ignores = [ - "*~" - "*.swp" - ]; - }; -} |