1 { lib, stdenv, fetchFromGitHub }:
4 pname = "lambda-mod-zsh-theme-unstable";
5 version = "2020-10-03";
7 src = fetchFromGitHub {
9 repo = "lambda-mod-zsh-theme";
10 rev = "78347ea9709935f265e558b6345919d12323fbff";
11 sha256 = "0fvxnvgbcvwii7ghvpj5l43frllq71wwjvfg7cqfmic727z001dh";
16 install -Dm0644 lambda-mod.zsh-theme $out/share/zsh/themes/lambda-mod.zsh-theme
20 description = "ZSH theme optimized for people who use Git & Unicode-compatible fonts and terminals";
21 homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
22 license = licenses.mit;
23 platforms = platforms.all;