mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
15 lines
219 B
Nix
15 lines
219 B
Nix
{
|
|
enable = true;
|
|
settings = {
|
|
shell = "fish";
|
|
font = {
|
|
family = "JetBrainsMono NerdFont";
|
|
size = 12;
|
|
};
|
|
window = {
|
|
padding = { x = 16; y = 16; };
|
|
opacity = 0.8;
|
|
};
|
|
};
|
|
}
|