all repos — archive/nixos-configuration @ 2460a54df4acd9860635a4e1cf5427187a670616

Superseded by nixfiles

fix evaluation errors

Alan Pearce
commit

2460a54df4acd9860635a4e1cf5427187a670616

parent

297404c8be8b79762fc99bf47df425eaa7b81ff7

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M modules/colemak.nixmodules/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";