Skip to content

Instantly share code, notes, and snippets.

@fragamus
Created May 18, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fragamus/d82eeed444753ea85e31dc15c0cdf5e5 to your computer and use it in GitHub Desktop.
Save fragamus/d82eeed444753ea85e31dc15c0cdf5e5 to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
imports = [ <nixpkgs/nixos/modules/virtualisation/amazon-image.nix> ];
ec2.hvm = true;
# Install some packages
environment.systemPackages =
with pkgs;
[
tmux byobu vim emacs gnumake gcc w3m gitAndTools.gitFull
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment