diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-18 16:31:42 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-18 16:31:42 -0500 |
| commit | bf75ddd2b43a8771da9687b846b81155fbcd3dbf (patch) | |
| tree | f7eb8284f2cd726578c04f611dcf747ca1cf8501 /user | |
| parent | d8b9f3106942fe47635df682f79b7fb8051c8e8e (diff) | |
fuzzel (again)
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; }; } |
