{ pkgs, ... }: { imports = [ ./core ./archive.nix ]; home.packages = with pkgs; [ dysk ncdu file ]; }