From 0c56dd2d87fdec71758cab09e6f1e3404d6a4c62 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:22:01 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index acb92143..ad34dbdb 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -16,9 +16,9 @@ # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile xdg.dataFile.nvim = { enable = true; - recursive = true; - source = "${pkgs.vimPlugins.nvchad}"; - target = ".config/nvim"; + recursive = true; + source = "${pkgs.vimPlugins.nvchad}"; + target = ".config/nvim"; }; }