p10k
This commit is contained in:
parent
e5d17551b6
commit
111cbdcb1d
@ -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";
|
1730
profiles/workspace/zsh/p10k.zsh
Normal file
1730
profiles/workspace/zsh/p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user