nix-on-droid/tests/on-device/config-term-colors.nix
Sergey Volkov 4d20bfc846 update inputs and copyrights to 24.05
Co-authored-by: Alexander Sosedkin <monk@unboiled.info>
2024-07-08 01:14:32 +02:00

12 lines
197 B
Nix

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