mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
zsh-powerlevel9k: fix longdescription
This commit is contained in:
parent
9146c08b3a
commit
7d0994b59b
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
description = "A beautiful theme for zsh";
|
||||
longDescription = ''
|
||||
To make use of this derivation, use
|
||||
`programs.zsh.promptInit = "source ''${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";`
|
||||
`programs.zsh.promptInit = "source ''${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
|
||||
'';
|
||||
homepage = "https://github.com/bhilburn/powerlevel9k";
|
||||
license = lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user