1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Enable compose key

This commit is contained in:
Kierán Meinhardt
2019-01-31 20:05:02 +01:00
parent 1f5460d4ca
commit 4ebf6faf8b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
enable = true; enable = true;
layout = commaSep [ "de" "gr" "ru" ]; layout = commaSep [ "de" "gr" "ru" ];
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ]; 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; libinput.enable = true;
xautolock = { xautolock = {
enable = true; enable = true;

View File

@@ -42,7 +42,7 @@ in {
name = "retiolum.hosts"; name = "retiolum.hosts";
url = "https://lassul.us/retiolum.hosts"; url = "https://lassul.us/retiolum.hosts";
# FIXME # FIXME
sha256 = "0q8f5gw12hf9dhwcs4fni8jrvb2a1g6jskz28qcbd10p2xlkja58"; sha256 = "0kr68c2j1kdnlg9wk78dq02xzgxqyqzj2hfc42h7v9irrmrhnjka";
}); });
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ]; environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];