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