From 4c273662197b761393d94fc77ab4a41d0c502219 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 22:34:36 -0400 Subject: [PATCH] fix: add rec to zsh attr set for history --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 00aae66..43173be 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { programs = { - zsh = { + zsh = rec { enable = true; enableCompletion = true;