let sway = import ./desktop/sway.nix; in { home = { sway = sway.home; ssh = ./ssh.nix; mail = ./mail.nix; }; global = { sway = sway.global; }; }