path
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
||||||
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
||||||
'') else (lib.mkBefore ''
|
'') 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)"
|
||||||
'');
|
'');
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
graphical = false;
|
graphical = false;
|
||||||
minimal = true;
|
minimal = true;
|
||||||
host = "android";
|
host = "android";
|
||||||
#homeScripts.enable = false;
|
homeScripts.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.username = "nathan";
|
home.username = "nathan";
|
||||||
|
|||||||
Reference in New Issue
Block a user