unl0kr: populate config file with upstream defaults

This commit is contained in:
Colin 2024-04-15 21:05:21 +00:00
parent 6779063578
commit c0dde0e540
2 changed files with 31 additions and 0 deletions

View File

@ -175,4 +175,8 @@ in
LOGIN_RETRIES = 1;
FAIL_DELAY = 1; #< delay this long after failed loging before allowing retry
};
environment.etc."unl0kr.conf" = lib.mkIf cfg.enabled {
source = ./unl0kr.conf;
};
}

View File

@ -0,0 +1,27 @@
[general]
animations=true
#backend=fbdev|drm
#timeout=300
[keyboard]
autohide=false
layout=us
popovers=true
[textarea]
obscured=true
#bullet=
[theme]
default=breezy-light
alternate=breezy-dark
#[input]
#keyboard=false
#pointer=false
#touchscreen=false
#[quirks]
#fbdev_force_refresh=true
#terminal_prevent_graphics_mode=true
#terminal_allow_keyboard_input=true