This commit is contained in:
Anthony Cicchetti 2024-03-30 20:40:03 -04:00
parent bab2e9dcbf
commit d2beb208ed
2 changed files with 8 additions and 0 deletions

View file

@ -151,6 +151,11 @@ in {
extraConfig = builtins.readFile ../../wezterm/wezterm.lua;
};
programs.yazi = {
enable = true;
enableZshIntegration = true;
};
programs.zoxide = {
enable = true;
};

View file

@ -22,6 +22,9 @@
luasnip = {
enable = true;
};
lsp-lines = {
enable = true;
};
lspconfig = {
enable = true;
servers = {