nix-on-droid/tests/on-device/config-term-colors.nix
2024-03-05 23:09:33 +01:00

12 lines
197 B
Nix

_:
{
system.stateVersion = "23.11";
terminal.colors = {
background = "#FFFFFF";
foreground = "#000000";
cursor = "#FF0000";
color0 = "#00FF00";
color15 = "#00FF15";
};
}