about summary refs log tree commit diff stats
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home.legacy/conf/mail/default.nix2
-rw-r--r--modules/home.legacy/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/home.legacy/conf/mail/default.nix b/modules/home.legacy/conf/mail/default.nix
index 17957c82..1805606c 100644
--- a/modules/home.legacy/conf/mail/default.nix
+++ b/modules/home.legacy/conf/mail/default.nix
@@ -58,5 +58,5 @@ in {
     inherit accounts;
   };
 
-  programs.git.extraConfig = accountCredentials;
+  programs.git.settings = accountCredentials;
 }
diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix
index fd543661..8fb209f3 100644
--- a/modules/home.legacy/default.nix
+++ b/modules/home.legacy/default.nix
@@ -40,7 +40,7 @@ in {
       enable = true;
       createDirectories = true;
       desktop = null;
-      documents = "${homeDirectory}/school/general";
+      documents = "${homeDirectory}/documents/general";
       download = "/tmp/download";
       music = "${homeDirectory}/media/music";
       pictures = "${homeDirectory}/media/pictures";