From b839c9169a97b2b0e8a2fe7871e83b6b94c24e64 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Sun, 28 Sep 2025 02:31:11 +0700 Subject: [PATCH] nix fmt --- modules/home/rsydn/shell/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/rsydn/shell/zsh.nix b/modules/home/rsydn/shell/zsh.nix index 45a3282..e18c691 100644 --- a/modules/home/rsydn/shell/zsh.nix +++ b/modules/home/rsydn/shell/zsh.nix @@ -69,7 +69,8 @@ in { "complete-word" "fzf-completion" ]; - description = "Widgets that should accept autosuggestions before running (ZSH_AUTOSUGGEST_ACCEPT_WIDGETS)."; + description = + "Widgets that should accept autosuggestions before running (ZSH_AUTOSUGGEST_ACCEPT_WIDGETS)."; }; enableSyntaxHighlighting = mkOption {