10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-zDw8WGBzO4/HRCgN7yoUxT49ibTz+QkRa5WpBQbl1nI=";
21 nativeBuildInputs = [ makeWrapper ];
29 install -Dm755 bin/theme.sh $out/bin
30 wrapProgram $out/bin/theme.sh \
42 description = "Script which lets you set your $terminal theme";
43 homepage = "https://github.com/lemnos/theme.sh";
44 license = licenses.mit;
45 platforms = platforms.all;
46 maintainers = with maintainers; [ figsoda ];
47 mainProgram = "theme.sh";