add nix lsp

This commit is contained in:
2025-01-26 21:27:14 -05:00
parent 7218ee7b7d
commit 286ae5375c
11 changed files with 12 additions and 23 deletions

View File

@@ -1,5 +1,3 @@
{ config, pkgs, ... }:
{
programs.git = {
enable = true;
@@ -32,13 +30,11 @@
};
};
# Copy Configuration
xdg.configFile = {
# Copy Configuration
git = {
source = ./config;
recursive = true;
};
};
}