From 3bd879056a709546ee71898e159e9cdcf5363ea0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 14:11:02 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index c165f8c3..ab6d9018 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -24,7 +24,7 @@ gitsigns.enable = true; toggleterm.enable = true; rainbow-delimiters.enable = true; - startup.enable = true; + startify.enable = true; telescope = { enable = true;