diff options
Diffstat (limited to 'user')
| -rw-r--r-- | user/home/zsh/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/home/zsh/default.nix b/user/home/zsh/default.nix index ffc8977..2c9a7d5 100644 --- a/user/home/zsh/default.nix +++ b/user/home/zsh/default.nix @@ -11,7 +11,8 @@ PS1="%F{1}%n %B%5~%b %F{8}%# %f" ''; - loginExtra = if (config.desktop.windowManager == "sway") then builtins.readFile ./zlogin.zsh else ""; + loginExtra = + if (config.desktop.windowManager == "sway") then builtins.readFile ./zlogin.zsh else ""; syntaxHighlighting.enable = true; }; } |
