From 4ebf6faf8bdee6cff64d4e14c0f2cc189be228e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 31 Jan 2019 20:05:02 +0100 Subject: [PATCH] Enable compose key --- configs/graphics.nix | 2 +- modules/retiolum.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/graphics.nix b/configs/graphics.nix index 7724326..a7c614e 100644 --- a/configs/graphics.nix +++ b/configs/graphics.nix @@ -4,7 +4,7 @@ enable = true; layout = commaSep [ "de" "gr" "ru" ]; xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ]; - xkbOptions = commaSep [ "terminate:ctrl_alt_bksp" "grp:alt_shift_toggle" ]; + xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:win_space_toggle" ]; libinput.enable = true; xautolock = { enable = true; diff --git a/modules/retiolum.nix b/modules/retiolum.nix index 869b863..3c0cab7 100644 --- a/modules/retiolum.nix +++ b/modules/retiolum.nix @@ -42,7 +42,7 @@ in { name = "retiolum.hosts"; url = "https://lassul.us/retiolum.hosts"; # FIXME - sha256 = "0q8f5gw12hf9dhwcs4fni8jrvb2a1g6jskz28qcbd10p2xlkja58"; + sha256 = "0kr68c2j1kdnlg9wk78dq02xzgxqyqzj2hfc42h7v9irrmrhnjka"; }); environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];