mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
Enable compose key
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user