♻️ homeManagerConfiguration changes

This commit is contained in:
2022-06-30 15:45:46 -04:00
parent 84b9bb3558
commit 6b49860346
3 changed files with 33 additions and 19 deletions

View File

@@ -4,8 +4,8 @@
# Home Manager needs a bit of information about you and the
# paths it should manage.
# home.username = builtins.getEnv "USER";
# home.homeDirectory = builtins.getEnv "HOME";
home.username = "walkah";
home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
home.sessionPath = [
"$HOME/.cargo/bin"