{ config, pkgs, lib, cyplo, ... }: let username = if cyplo ? username then "${cyplo.username}" else "cyryl"; in { home-manager.users."${username}" = {...}: {imports = [./home.nix];}; }