diff options
| author | Shubham Saini <ssaini@fispan.com> | 2023-09-30 04:25:00 +0000 |
|---|---|---|
| committer | Shubham Saini <ssaini@fispan.com> | 2023-09-30 04:25:00 +0000 |
| commit | 9e2c55eaa9d1d34ef796b23410c228aff6d6da29 (patch) | |
| tree | adc467f112773d491275444edda55b84f3f82c97 /hosts/morpheus | |
| parent | 446e96a221943c1eb0a92d5b4d36bdc9a7f87686 (diff) | |
zsh: prompt fix for darwin
Diffstat (limited to 'hosts/morpheus')
| -rw-r--r-- | hosts/morpheus/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index 395494c..522c8c9 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | services.nix-daemon.enable = true; | 4 | services.nix-daemon.enable = true; |
| 5 | users.users.shubh.home = "/Users/shubh"; | 5 | users.users.shubh.home = "/Users/shubh"; |
| 6 | programs.zsh.enable = true; | 6 | programs.zsh.enable = true; |
| 7 | programs.zsh.promptInit = '' | ||
| 8 | ''; | ||
| 7 | nixpkgs.config.allowUnfree = true; | 9 | nixpkgs.config.allowUnfree = true; |
| 8 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; | 10 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; |
| 9 | 11 | ||
