This commit is contained in:
iFargle 2023-08-29 20:21:25 +09:00
parent 71cb981dac
commit 8d8ff91fd5

View file

@ -19,6 +19,15 @@
}; };
}; };
}; };
# Link the nvchad files to my homedir
# 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";
};
} }
# plugins = with pkgs.vimPlugins; [ # plugins = with pkgs.vimPlugins; [