{ config, lib, pkgs, ... }: { services = { xserver = { enable = true; windowManager.i3.enable = true; # Czech QWERTZ layout (Czech "CZ" layout) xkb = { layout = "cz"; options = "eurosign:e,caps:escape"; }; }; picom = { enable = true; }; }; }