home: add bat config
This commit is contained in:
parent
2718be6ac9
commit
270809ca25
7 changed files with 40 additions and 2 deletions
10
home/themes/bat.nix
Normal file
10
home/themes/bat.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib }:
|
||||
with lib;
|
||||
types.submodule {
|
||||
options = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue