Skip to content

Commit

Permalink
installation procedure with home-manager (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: haslersn <33969028+haslersn@users.noreply.github.com>
  • Loading branch information
savoisn and haslersn authored Apr 15, 2020
1 parent 10227f8 commit 8c857d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c857d4

Please sign in to comment.