mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Fix bat theme
This commit is contained in:
parent
e08e3652ae
commit
f97de554e6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ulib, theme, ... }: with ulib;
|
{ ulib, pkgs, theme, ... }: with ulib;
|
||||||
|
|
||||||
homeConfiguration {
|
homeConfiguration {
|
||||||
programs.nushell.environmentVariables = {
|
programs.nushell.environmentVariables = {
|
||||||
|
@ -13,6 +13,6 @@ homeConfiguration {
|
||||||
|
|
||||||
programs.bat = enabled {
|
programs.bat = enabled {
|
||||||
config.theme = "base16";
|
config.theme = "base16";
|
||||||
themes.base16 = theme.tmTheme;
|
themes.base16.src = pkgs.writeText "base16.tmTheme" theme.tmTheme;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue