2020-05-12 08:53:09 +00:00
|
|
|
{ config, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./pkgs/console-core.nix
|
|
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
2020-05-18 11:40:41 +00:00
|
|
|
services.openssh.enable = true;
|
2020-05-27 20:21:35 +00:00
|
|
|
environment.variables.EDITOR = "nvim";
|
2020-05-12 08:53:09 +00:00
|
|
|
}
|