{ config, pkgs, lib, ... }: { imports = [ ./gandicloud.nix ]; environment.systemPackages = with pkgs; [ vim gnumake git tig wget ]; }