diff --git a/nixos-modules/dhall/vbox-host.dhall b/nixos-modules/dhall/vbox-host.dhall index ec237c2..1d76f97 100644 --- a/nixos-modules/dhall/vbox-host.dhall +++ b/nixos-modules/dhall/vbox-host.dhall @@ -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 }