about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 24ae7e3..2b67297 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -11,7 +11,7 @@ in
 
   imports = [
     (./hardware + "/${me.name}.nix")
-    (./machine + "/${me.name}.nix")
+    (./machines + "/${me.name}.nix")
   ];
 
   boot.loader.systemd-boot.enable = true;
@@ -60,6 +60,7 @@ in
 
   programs = {
     fish.enable = true;
+    git.enable = true;
   };
 
   services.nginx.virtualHosts = {