Bunch of config changes

This commit is contained in:
2024-09-12 18:39:59 +02:00
parent 59e360139f
commit 5655c8a056
9 changed files with 51 additions and 6 deletions

View File

@@ -11,11 +11,19 @@
};
programs.bash = {
enable = false;
};
programs.zsh = {
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}