{ config, lib, pkgs, ... }: { config.xsession.windowManager.i3 = { enable = true; config = { modifier = "Mod4"; }; }; }