This commit is contained in:
Alexander Bantyev 2022-08-24 18:05:54 +04:00
parent e5d17551b6
commit 111cbdcb1d
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 1740 additions and 1 deletions

View File

@ -12,7 +12,6 @@
enableCompletion = true; enableCompletion = true;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "agnoster";
plugins = [ "git" "dirhistory" ]; plugins = [ "git" "dirhistory" ];
}; };
@ -42,6 +41,16 @@
sha256 = "0yhwn6av4q6hz9s34h4m3vdk64ly6s28xfd8ijgdbzic8qawj5p1"; sha256 = "0yhwn6av4q6hz9s34h4m3vdk64ly6s28xfd8ijgdbzic8qawj5p1";
}; };
} }
{
name = "powerlevel10k-config";
src = ./.;
file = "p10k.zsh";
}
{
name = "zsh-powerlevel10k";
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
]; ];
shellAliases = { shellAliases = {
"b" = "nix build"; "b" = "nix build";

File diff suppressed because it is too large Load Diff