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.bash = {
enable = true;
@@ -17,5 +15,4 @@
fastfetch
'';
};
}