Ad ncspot spotify ncurses interface
This commit is contained in:
parent
689ecdc0ba
commit
fe53ce185c
|
@ -1,13 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
tokyonight,
|
||||
...
|
||||
}: {
|
||||
{ pkgs, tokyonight, ... }: {
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
config.theme = "tokyonight";
|
||||
themes.tokyonight = builtins.readFile "${tokyonight}/extras/sublime/tokyonight_night.tmTheme";
|
||||
themes.tokyonight = builtins.readFile
|
||||
"${tokyonight}/extras/sublime/tokyonight_night.tmTheme";
|
||||
};
|
||||
gitui = {
|
||||
enable = true;
|
||||
|
@ -16,9 +13,10 @@
|
|||
repo = "gitui";
|
||||
rev = "8f7f35b8a97e38a0e181032285554cd0961d588e";
|
||||
sha256 = "sha256-zJDf6WhaUe8QTPCoVAdfCdUvYEcQpm2qddQiKw41kjY=";
|
||||
}
|
||||
+ "/vim_style_key_config.ron");
|
||||
theme = builtins.readFile "${tokyonight}/extras/gitui/tokyonight_night.ron";
|
||||
} + "/vim_style_key_config.ron");
|
||||
theme =
|
||||
builtins.readFile "${tokyonight}/extras/gitui/tokyonight_night.ron";
|
||||
};
|
||||
ncspot.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue