mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
zsh-powerlevel9k: add longdescription
This commit is contained in:
parent
8a9bee4ced
commit
4730f54d0e
@ -1,8 +1,5 @@
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
# To make use of this derivation, use
|
||||
# `programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "powerlevel9k";
|
||||
version = "2017-11-10";
|
||||
@ -21,6 +18,10 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
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";`
|
||||
'';
|
||||
homepage = "https://github.com/bhilburn/powerlevel9k";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user