{ config, pkgs, lib, ... }: { programs.zsh.enable = true; home-manager.users.cyryl = {...}: {imports = [./home.nix];}; }