2
0
Fork 0

nixos modules move log

This commit is contained in:
Ehmry - 2020-05-23 00:16:33 +05:30
parent ca08906ced
commit 7ef9ad81dd
1 changed files with 5 additions and 1 deletions

View File

@ -284,7 +284,11 @@ let rootInit =
, binary = "nit_fb"
, config = Init.Config::{
, attributes = toMap
{ origin = "top_right", width = "600", height = "600" }
{ origin = "top_right"
, xpos = "-600"
, width = "600"
, height = "-20"
}
}
, provides = [ "Framebuffer", "Input" ]
, resources = Resources::{ ram = Genode.units.MiB 8 }