add development shell prompt

This commit is contained in:
Denis Lehmann 2021-04-17 11:55:35 +02:00
parent 3fb5ecd77b
commit 71daf5bc7e

View file

@ -1,6 +1,8 @@
{
description = "Play YouTube videos from the command line in a convenient way";
nixConfig.bash-prompt = "\[\\e[1m\\e[31mtyt-develop\\e[0m\]$ ";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }: