From 0197610e3f5284f9b0bbebe4245859e2f87a457e Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 19 Sep 2023 20:44:11 +0200 Subject: [PATCH] fix promptinit --- modules/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index 1d94b3c..5e8c337 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -32,6 +32,9 @@ source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc ''; + promptInit = '' + prompt_hw_setup + ''; }; }