diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-06-05 16:56:45 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-06-05 16:56:45 +0100 |
commit | cf89e0f44a128a775f41c699dee971e4e7f06101 (patch) | |
tree | cdb2129fef04d7c3863e4887a62ef806a3061abd /nix-conf | |
parent | b7d4619e5af454d8f97ff5c81ae978399dee8ff0 (diff) | |
download | dotfiles-cf89e0f44a128a775f41c699dee971e4e7f06101.tar.gz |
Update otm username
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/otm.nix | 4 |
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; |