fix: add rec to zsh attr set for history
This commit is contained in:
parent
6f063beb80
commit
4c27366219
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
programs = {
|
programs = {
|
||||||
zsh = {
|
zsh = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue