summary refs log tree commit diff stats
path: root/modules/colemak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/colemak.nix')
-rw-r--r--modules/colemak.nix4
1 files changed, 2 insertions, 2 deletions
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";