{ config, lib, pkgs, ... }: { imports = [ ./common.nix ]; home.username = "digyx"; home.homeDirectory = "/var/home/digyx"; }