fix: add rec to zsh attr set for history

This commit is contained in:
Infinidoge 2021-09-19 22:34:36 -04:00
parent 6f063beb80
commit 4c27366219

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: {
programs = {
zsh = {
zsh = rec {
enable = true;
enableCompletion = true;