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