Evie Litherland-Smith
1e3bbe954e
Fix login shell to bash, remove passthrough. Set Konsole default command to launch fish, for use as interactive shell without potential issues that come from being the login shell Move some configured shell utilities to their own files in shell directory, stop importing zsh config (replaced by fish)
11 lines
147 B
Nix
11 lines
147 B
Nix
{ ... }:
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
theme = "OneHalfLight";
|
|
style = "plain,numbers,changes";
|
|
};
|
|
};
|
|
}
|