about summary refs log tree commit diff stats
path: root/nix-conf/home/otm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/otm.nix')
-rw-r--r--nix-conf/home/otm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix
index 71c31ab..cf9a219 100644
--- a/nix-conf/home/otm.nix
+++ b/nix-conf/home/otm.nix
@@ -13,8 +13,8 @@ in
 
   # Home Manager needs a bit of information about you and the
   # paths it should manage.
-  home.username = "djm";
-  home.homeDirectory = "/Users/djm";
+  home.username = "dmorgan";
+  home.homeDirectory = "/Users/dmorgan";
 
   programs.git = {
     signing.signByDefault = lib.mkForce false;