Skip to content

Instantly share code, notes, and snippets.

/x.nix Secret

Created January 19, 2018 15:27
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 anonymous/c70daf957549a844beafaeb64a5cd765 to your computer and use it in GitHub Desktop.
Save anonymous/c70daf957549a844beafaeb64a5cd765 to your computer and use it in GitHub Desktop.
programs = {
zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
syntaxHighlighting.enable = true;
ohMyZsh = {
enable = true;
theme = "risto";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment