nix-config/home/modules/nvim/default.nix

5 lines
63 B
Nix

{
home.file.".config/nvim" = {
source = ./config;
};
}