summary refs log tree commit diff stats
path: root/system/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-10-02 23:32:01 +0200
committerAlan Pearce2019-10-02 23:43:46 +0200
commit01aa4a15598441d577525b6a160bdf1fe8fe183b (patch)
tree53b87027bd3410f00fcd15c923a037cfda34c087 /system/modules
parent1def90473958ef5288345b4d81ee0db990f09317 (diff)
downloadnixfiles-01aa4a15598441d577525b6a160bdf1fe8fe183b.tar.lz
nixfiles-01aa4a15598441d577525b6a160bdf1fe8fe183b.tar.zst
nixfiles-01aa4a15598441d577525b6a160bdf1fe8fe183b.zip
Migrate git config to home-manager
Diffstat (limited to 'system/modules')
-rw-r--r--system/modules/development/base.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/modules/development/base.nix b/system/modules/development/base.nix
index 2beed5b3..63ee5b72 100644
--- a/system/modules/development/base.nix
+++ b/system/modules/development/base.nix
@@ -1,10 +1,6 @@
 { config, pkgs, ... }:
 
 { environment.systemPackages = with pkgs; [
-    gitAndTools.gitFull
-    gitAndTools.git-extras
-    git-lfs
-
     checkbashisms
     editorconfig-core-c
     go