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/default.nix | |
| parent | 4e0d8adb6fb1bb143a15b2b0ed80a82c58fbb317 (diff) | |
migration: git config
Diffstat (limited to 'roles/home/dev/default.nix')
| -rw-r--r-- | roles/home/dev/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/home/dev/default.nix b/roles/home/dev/default.nix index 3f5d6f2..b6a6366 100644 --- a/roles/home/dev/default.nix +++ b/roles/home/dev/default.nix @@ -19,7 +19,6 @@ let cfg = config.home.roles.dev; in { config = mkIf cfg.enable { programs = { - git.enable = true; vscode.enable = config.home.roles.desktop.enable; }; |