{ config, pkgs, ... }:
{
imports = [
./system.nix
];
home-manager.users.cyryl = { ... }: {
./home.nix
};
}