This commit is contained in:
2025-08-26 16:26:13 -05:00
parent 3914894495
commit 6142f645ed
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
cat ${config.home.homeDirectory}/.cache/wal/sequences
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
'') else (lib.mkBefore ''
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.config/zsh/ohmyposh.toml)"
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.config/ohmyposh/ohmyposh.toml)"
'');
};

View File

@@ -26,7 +26,7 @@
graphical = false;
minimal = true;
host = "android";
#homeScripts.enable = false;
homeScripts.enable = false;
};
home.username = "nathan";