{ pkgs, ... }: { imports = [ ./encryption ./fonts ./xdg.nix ]; home.packages = with pkgs; [ gnome-logs procs ]; }