From 8c50712b1f50d12022657ad10aeb1b5a3355c38d Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:03 +1000 Subject: [PATCH] zsh: use nix to declare zsh config system-wide --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index d649afb..99b4787 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -2,6 +2,7 @@ { programs.zsh.enable = true; + programs.zsh.promptInit = ( builtins.readFile ../stow/.zshrc ); environment.systemPackages = with pkgs; [ neovim