{ config, ... }: { imports = [ ./pkgs/console-core.nix ]; nixpkgs.config.allowUnfree = true; services.openssh.enable = true; environment.variables.EDITOR = "nvim"; }