From 2460a54df4acd9860635a4e1cf5427187a670616 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 17:01:46 +0200 Subject: fix evaluation errors --- modules/colemak.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/colemak.nix') diff --git a/modules/colemak.nix b/modules/colemak.nix index 53a4901..3b1c058 100644 --- a/modules/colemak.nix +++ b/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-options="altwin:prtsc_rwin" ''; }; - xserver = { + services.xserver = { layout = "us,us"; xkbVariant = "colemak,"; xkbOptions = "grp:shifts_toggle,altwin:prtsc_rwin"; -- cgit 1.4.1