From 8c857d48e2c7c6791e970378ac56013cde5d7c69 Mon Sep 17 00:00:00 2001 From: Nicolas Savois Date: Wed, 15 Apr 2020 18:28:19 +0200 Subject: [PATCH] installation procedure with home-manager (#3) Co-authored-by: haslersn <33969028+haslersn@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2f04506..2fac25b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,15 @@ To do so, add the following to your configuration (*/etc/nixos/configuration.nix ''; ``` +## `zsh` with home-manager + +``` + programs.zsh.enable = true; + programs.zsh.initExtra = '' + any-nix-shell zsh --info-right | source /dev/stdin + ''; +``` + # Customization The `any-nix-shell` command (which is used for enabling the plugin in a specific shell) **optionally** takes any of the following flags: