change anki host to 0.0.0.0
remove monado - build borked
xkb options renamed
This commit is contained in:
tristan 2024-02-10 14:46:40 +00:00
parent f55fb2472c
commit 691c727ab7
5 changed files with 68 additions and 74 deletions

View file

@ -97,9 +97,9 @@ in {
i18n.defaultLocale = lib.mkDefault "en_GB.UTF-8";
services.xserver = {
services.xserver.xkb = {
layout = lib.mkDefault "gb";
xkbOptions = "caps:escape";
options = "caps:escape";
};
system.configurationRevision =