From 53ae9d24753930a71782bc1e2b730bcf8dbaa5e1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:55:33 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index fa9d3827..002b7a72 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -17,8 +17,8 @@ xdg.configFile."nvim" = { enable = true; recursive = true; - target = "${pkgs.vimPlugins.nvchad}/"; - source = "./nvim"; + source = "${pkgs.vimPlugins.nvchad}/"; + target = "./nvim"; }; }