{ config, pkgs, ... }: { imports = [ ./desktop ./editors ./git.nix ./zsh ]; home.packages = with pkgs; [ fira-code ]; }