fix: neovim
This commit is contained in:
parent
08451237fe
commit
e63917ca85
11 changed files with 104 additions and 89 deletions
|
|
@ -3,10 +3,10 @@ let configDir = ../config;
|
|||
in
|
||||
{
|
||||
home.file = {
|
||||
".config/nvim" = {
|
||||
source = "${configDir}/nvim";
|
||||
recursive = true;
|
||||
};
|
||||
# ".config/nvim" = {
|
||||
# source = "${configDir}/nvim";
|
||||
# recursive = true;
|
||||
# };
|
||||
".config/wallpapers".source = "${configDir}/wallpapers";
|
||||
".config/kitty".source = "${configDir}/kitty";
|
||||
".config/neofetch".source = "${configDir}/neofetch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue