unl0kr: populate config file with upstream defaults
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
27
hosts/common/programs/unl0kr/unl0kr.conf
Normal file
27
hosts/common/programs/unl0kr/unl0kr.conf
Normal 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
|
Reference in New Issue
Block a user