{ inputs, config, lib, pkgs, ... }: { imports = [ ../modules/global.nix ../modules ]; config.modules = { global = { wayland = true; extraPackages = with pkgs; [ wmenu cmatrix ]; }; foot.enable = true; neovim = { enable = true; }; sway = { enable = true; terminal = "foot"; }; mako.enable = true; neovide.enable = true; zsh.enable = true; }; }