{ config, pkgs, ... }: { imports = [ ./desktop ./editors ./git.nix ./zsh ]; fonts.fontconfig.enable = true; home.packages = with pkgs; [ brightnessctl keepassxc ]; }