Skip to content

Instantly share code, notes, and snippets.

@Radvendii
Last active October 2, 2015 04:28
Show Gist options
  • Save Radvendii/8ade1bb6e12b91593937 to your computer and use it in GitHub Desktop.
Save Radvendii/8ade1bb6e12b91593937 to your computer and use it in GitHub Desktop.
environment.systemPackages = with pkgs; [
.
.
.
haskellPackages.Agda
AgdaStdlib
.
.
.
];
.
.
.
users.extraUsers.qolen = {
isNormalUser = true;
isSystemUser = true;
extraGroups = ["wheel"];
password = "";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment