fix evaluation errors
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M modules/colemak.nix → modules/colemak.nix
@@ -1,7 +1,7 @@ { config, pkgs, ... }: { i18n.consoleKeyMap = "colemak/en-latin9"; - kmscon = { + services.kmscon = { extraConfig = '' xkb-model=pc104 xkb-layout=us@@ -9,7 +9,7 @@ xkb-variant=colemak xkb-options="altwin:prtsc_rwin" ''; }; - xserver = { + services.xserver = { layout = "us,us"; xkbVariant = "colemak,"; xkbOptions = "grp:shifts_toggle,altwin:prtsc_rwin";