From 9e272fddbe7602b10f272376b8a6e146fce49d28 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 11 Feb 2024 07:01:58 +0000 Subject: [PATCH] Fix typo in zsh config --- home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index abbf4813..3e819ef7 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -12,6 +12,6 @@ plugins = ["colored-man-pages" "lol" "rand-quote"]; theme = ""; }; - extraInit = "source ${./transient.zsh}\n"; + initExtra = "source ${./transient.zsh}\n"; }; }