18 lines
263 B
Nix
18 lines
263 B
Nix
{
|
|
myConfig = {
|
|
General = {
|
|
terminal = {
|
|
size = 18;
|
|
font = "JetBrainsMono Nerd Font";
|
|
shell = "fish"; # or zsh
|
|
aliases = {};
|
|
};
|
|
};
|
|
NixOS = {
|
|
};
|
|
Darwin = {
|
|
username = "lsoriano";
|
|
};
|
|
};
|
|
}
|