mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Revert "EXP!: possible consolidation of powerline10k" changes failed
This reverts commit a7bcfae0aa
.
This commit is contained in:
parent
a7bcfae0aa
commit
80d5568516
1 changed files with 6 additions and 4 deletions
|
@ -5,10 +5,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = with.pkgs; [
|
|
||||||
zsh-powerlevel10k
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true; # technically also enabled in user shell
|
enable = true; # technically also enabled in user shell
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
@ -17,6 +13,11 @@ in
|
||||||
neofetch
|
neofetch
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
initExtra = ''
|
||||||
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
'';
|
||||||
|
|
||||||
|
|
||||||
autocd = true;
|
autocd = true;
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
|
@ -30,6 +31,7 @@ in
|
||||||
{
|
{
|
||||||
name = "powerline10k";
|
name = "powerline10k";
|
||||||
src = pkgs.zsh-powerlevel10k;
|
src = pkgs.zsh-powerlevel10k;
|
||||||
|
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue