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