more stuff moved to options and some more consistency

This commit is contained in:
twoneis 2025-03-09 14:52:03 +01:00
parent 6d9dbe38cb
commit 4ab970aea9
28 changed files with 394 additions and 298 deletions

View file

@ -4,9 +4,9 @@
...
}: let
inherit (lib) mkIf;
inherit (config.conf) extraLayout;
cfg = config.conf.extraLayout;
in
mkIf extraLayout.enable {
mkIf cfg.enable {
services.xserver.xkb = {
layout = "custom,us";
options = "compose:ralt";