aboutsummaryrefslogtreecommitdiff
path: root/roles/home/dev/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 05:31:59 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:47 -0700
commiteb16a7d8d9a90e88a1ec8d5c65d91db021b4e1e1 (patch)
tree341c6c91c64f68c85210e8f20c493991ceaba3b7 /roles/home/dev/default.nix
parent4e0d8adb6fb1bb143a15b2b0ed80a82c58fbb317 (diff)
migration: git config
Diffstat (limited to 'roles/home/dev/default.nix')
-rw-r--r--roles/home/dev/default.nix1
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;
};