about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/common.nix b/common.nix
index 8f856c0f..6064a022 100644
--- a/common.nix
+++ b/common.nix
@@ -128,14 +128,7 @@
     cacert
   ];
 
-  nixpkgs = {
-    config = {
-      git = {
-        svnSupport = true;
-        guiSupport = true;
-      };
-    };
-  };
+  nixpkgs.config = import ./nixpkgs/config.nix;
 
   system.fsPackages = with pkgs; [
     sshfsFuse