{ config, pkgs, lib, ... }: { imports = [ ../common.nix ]; # User details home.username = "martin"; home.homeDirectory = "/home/martin"; home.stateVersion = "25.11"; }