mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Make theme usage generic for bat
This commit is contained in:
parent
25840b2a8d
commit
21de3cde1d
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ homeConfiguration [ "nixos" "root" ] {
|
|||
less = "bat --plain";
|
||||
};
|
||||
|
||||
programs.bat = enabled {
|
||||
config.theme = "gruvbox-dark-hard";
|
||||
themes.gruvbox-dark-hard = upkgs.theme.tmTheme;
|
||||
programs.bat = with upkgs.theme; enabled {
|
||||
config.theme = slug;
|
||||
themes.${slug} = tmTheme;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue