about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-05 16:56:45 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-05 16:56:45 +0100
commitcf89e0f44a128a775f41c699dee971e4e7f06101 (patch)
treecdb2129fef04d7c3863e4887a62ef806a3061abd
parentb7d4619e5af454d8f97ff5c81ae978399dee8ff0 (diff)
downloaddotfiles-cf89e0f44a128a775f41c699dee971e4e7f06101.tar.gz
Update otm username
-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;