1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-12 15:24:14 +03:00

lvgui: Use the NixOS theme

This commit is contained in:
Samuel Dionne-Riel 2021-06-13 18:08:32 -04:00
parent 5a7d09bcd6
commit 4ee19f9048

View File

@ -14,7 +14,7 @@ module LVGUI
def initialize()
super()
# Initializes LVGUI things if required...
LVGUI.init
LVGUI.init(theme: :nixos)
# Preps a basic display
@screen = Screen.new()