Started working on guest@euporie
This commit is contained in:
parent
0503a81ee8
commit
230a739327
62 changed files with 188 additions and 135 deletions
home/features/cli
8
home/features/cli/bat.nix
Normal file
8
home/features/cli/bat.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
# Enabling this produces an uglier theme for some reason.
|
||||
# options.stylix.targets.bat.enable =true;
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config.theme = "base16-256";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue