update: neovim lsp
This commit is contained in:
parent
e63917ca85
commit
43e394c86a
14 changed files with 244 additions and 128 deletions
|
|
@ -1,12 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
let configDir = ../config;
|
||||
{ ... }:
|
||||
let
|
||||
configDir = ../config;
|
||||
in
|
||||
{
|
||||
home.file = {
|
||||
# ".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