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