From 66d2f0330023b14abd15f7da407f6cff9e7fd890 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 6 Mar 2018 13:01:12 +0100 Subject: Use qwerty on satoshipad --- modules/hardware/qwerty.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/hardware/qwerty.nix (limited to 'modules/hardware') diff --git a/modules/hardware/qwerty.nix b/modules/hardware/qwerty.nix new file mode 100644 index 0000000..3783b3a --- /dev/null +++ b/modules/hardware/qwerty.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ services.kmscon = { + extraConfig = '' + xkb-model=pc104 + xkb-layout=us + xkb-options="altwin:prtsc_rwin" + ''; + }; + services.xserver = { + layout = "us"; + xkbOptions = "altwin:prtsc_rwin"; + }; +} -- cgit 1.4.1