refact : starship in own folder and better conf

This commit is contained in:
Florian Schmitt 2023-12-30 16:40:11 +03:00
parent eec36cad07
commit e5d611a4b8
2 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,7 @@
'';
};
programs = {
mosh.enable = true;
# mosh.enable = true;
# neovim = {
# enable = true;
# viAlias = true;
@ -26,7 +26,7 @@
ssh.startAgent = true;
starship = {
enable = true;
settings = with builtins; fromTOML (readFile ../configs/starship.toml);
settings = with builtins; fromTOML (readFile ../configs/starship/starship.toml);
};
zsh = {
enable = true;