mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
12 lines
197 B
Nix
12 lines
197 B
Nix
_:
|
|
|
|
{
|
|
system.stateVersion = "23.05";
|
|
terminal.colors = {
|
|
background = "#FFFFFF";
|
|
foreground = "#000000";
|
|
cursor = "#FF0000";
|
|
color0 = "#00FF00";
|
|
color15 = "#00FF15";
|
|
};
|
|
}
|