Added zsh modules. Changed color of Ophanim's shell prompt. Added aditional driver package to Lilim.

This commit is contained in:
Kevin Baensch 2019-03-26 22:45:54 +01:00
parent f6aed0e2a1
commit 6fe0cbebe2
3 changed files with 5 additions and 4 deletions

View file

@ -9,7 +9,7 @@ mkIf (elem "zsh" config.machine.conffiles) {
syntaxHighlighting.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "python" "man" ];
plugins = [ "cabal" "docker" "gitfast" "python" "pip" "sudo" "systemd" "man" ];
theme = "gentoo";
};
};