From 0226611ddbffc74058d249e9fb00a68fd2a5f498 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 23 May 2020 00:16:33 +0530 Subject: [PATCH] nixos modules move log --- nixos-modules/dhall/vbox-host.dhall | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }