aboutsummaryrefslogtreecommitdiff
path: root/user/home
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-18 16:31:42 -0500
committerRosa <rosaontheweb@proton.me>2026-01-18 16:31:42 -0500
commitbf75ddd2b43a8771da9687b846b81155fbcd3dbf (patch)
treef7eb8284f2cd726578c04f611dcf747ca1cf8501 /user/home
parentd8b9f3106942fe47635df682f79b7fb8051c8e8e (diff)
fuzzel (again)
Diffstat (limited to 'user/home')
-rw-r--r--user/home/zsh/default.nix3
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;
};
}