Skip to content

Instantly share code, notes, and snippets.

@dontdieych
Last active September 29, 2015 11:57
Show Gist options
  • Save dontdieych/90c76b991903f81bf4d0 to your computer and use it in GitHub Desktop.
Save dontdieych/90c76b991903f81bf4d0 to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
imports = [ <nixos/modules/installer/virtualbox-demo.nix> ];
users.extraUsers.demo.shell = "/run/current-system/sw/bin/fish";
environment.systemPackages = with pkgs; [
vim
fish
gist
firefox
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment