diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:11:32 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:11:32 -0400 |
commit | ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd (patch) | |
tree | 5ebe7612005cb2e020a57f1a3dacbb332fb86638 /home-config/nix-home-manager/home.nix | |
parent | mispelling of UUID from UUId (diff) | |
download | dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.gz dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.bz2 dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.zip |
update kaworu and start dotfiles update
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 289be29..e425b7b 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -3,8 +3,8 @@ { # Home Manager needs a bit of information about you and the paths it should # manage. - home.username = "tylerm"; - home.homeDirectory = "/home/tylerm"; + home.username = "freya"; + home.homeDirectory = "/home/freya"; home.stateVersion = "22.11"; # Please read the comment before changing. # This value will set some environment variables to allow home-manager to |