Skip to content

CLI applications

A pre-configured git environment.

  • enable bool Pre-configured git environment
darkone.console.git.enable = false;

Pandoc with texlive and exiftool utils + gentium fonts.

  • enable bool Pre-configured pandoc environment
darkone.console.pandoc.enable = false;

A full zsh installation with aliases, bindkeys and optimized prompt.

  • enable bool ZSH environment
  • enableForRoot bool Root home manager ZSH configuration
darkone.console.zsh = {
enable = false;
enableForRoot = false;
};