14 lines
195 B
Nix
14 lines
195 B
Nix
{ ... }:
|
|
{
|
|
# full_name = "Chris Kruining";
|
|
# is_trusted = true;
|
|
themes = {
|
|
enable = true;
|
|
theme = "everforest";
|
|
polarity = "dark";
|
|
};
|
|
|
|
shell = {
|
|
default = "zsh";
|
|
};
|
|
}
|