Add bat
This commit is contained in:
parent
b366c413d8
commit
6b66695908
|
@ -11,6 +11,7 @@
|
|||
configFile.source = ./nushell/config.nu;
|
||||
envFile.source = ./nushell/env.nu;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
|
@ -33,4 +34,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "OneHalfDark";
|
||||
style = "header,rule,snip,changes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue