diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 897a90f7..4afc1e58 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.file.".config/nvim/" = { + home.file."config/nvim/" = { "init.lua".text = '' require "core"