{ pkgs, ... }: { imports = [ ./common.nix ]; home.homeDirectory = "/home/lx"; xdg.userDirs.download = "/home/lx/Downloads"; }