Move Neovim configuration files
This commit is contained in:
parent
383dab85f2
commit
52044d9995
49 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./neovim.nix
|
./neovim
|
||||||
./newsboat.nix
|
./newsboat.nix
|
||||||
./notes.nix
|
./notes.nix
|
||||||
./phpactor
|
./phpactor
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
self,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -178,7 +177,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile.nvim = {
|
xdg.configFile.nvim = {
|
||||||
source = "${self}/nvim";
|
source = ./config;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue