From 02568a880fe128014a1b21ad1d6fe7d334755ca7 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 7 Feb 2024 13:58:40 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/neovim/default.nix b/home-manager/common/software/cli/neovim/default.nix index 02429c9a..770b6e63 100644 --- a/home-manager/common/software/cli/neovim/default.nix +++ b/home-manager/common/software/cli/neovim/default.nix @@ -33,5 +33,5 @@ xdg.configFile."nvim-custom-plugins" = { enable = true; target = "./nvim/lua/custom/plugins.lua"; - text = builtins.readFile ./custom/plugins.lua; + text = builtins.readFile "./custom/plugins.lua"; }