moved zsh to home-manger with p10k

This commit is contained in:
Alexander Szczepanski
2021-08-01 18:40:42 +02:00
parent c446c9d356
commit 7348a34b86
11 changed files with 1765 additions and 205 deletions

View File

@ -9,30 +9,30 @@
programs.zsh = {
enable = true;
enableCompletion = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
# enableCompletion = true;
# autosuggestions.enable = true;
# syntaxHighlighting.enable = true;
ohMyZsh = {
enable = true;
theme = "agnoster";
customPkgs = [
pkgs.zsh-autosuggestions
pkgs.zsh-syntax-highlighting
pkgs.zsh-powerlevel10k
];
plugins = [
"cp"
"common-aliases"
"docker "
"systemd"
"wd"
"kubectl"
"git"
# "zsh-autosuggestions"
# "zsh-syntax-highlightin"
];
};
# ohMyZsh = {
# enable = true;
# theme = "agnoster";
# customPkgs = [
# pkgs.zsh-autosuggestions
# pkgs.zsh-syntax-highlighting
# pkgs.zsh-powerlevel10k
# ];
# plugins = [
# "cp"
# "common-aliases"
# "docker "
# "systemd"
# "wd"
# "kubectl"
# "git"
# # "zsh-autosuggestions"
# # "zsh-syntax-highlightin"
# ];
# };
};
services = {