diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
| commit | 147b01347fabbbe76ee6efb75ae0d3730ae52c0b (patch) | |
| tree | 050bd4ed0a5dcfe3e8714c0fc980f9ea9e17a651 /nix/modules/home/zsh.nix | |
| parent | 13e815b65599c7092d566b1ec49dd26776f60e6d (diff) | |
update NixOS configuration and journal twice
Diffstat (limited to 'nix/modules/home/zsh.nix')
| -rw-r--r-- | nix/modules/home/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/zsh.nix b/nix/modules/home/zsh.nix index 263cc58..ef0f5fd 100644 --- a/nix/modules/home/zsh.nix +++ b/nix/modules/home/zsh.nix @@ -2,7 +2,7 @@ { programs.zsh = { enable = true; - initExtra = '' + initContent = '' umask 0022 export EXTRA_CCFLAGS="-I/usr/include" source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh |
