diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index d87f11a4..897a90f7 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -13,7 +13,7 @@ # Files for nvchad: # I know there are better ways to do this. Don't judge me. - home.files.".config/nvim/" = { + home.file.".config/nvim/" = { "init.lua".text = '' require "core"