feat: move to stable

This commit is contained in:
zack 2024-09-12 19:29:12 -04:00
parent 31d2590613
commit 1a5c9794aa
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
11 changed files with 81 additions and 44 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
options,
config,
lib,
@ -37,6 +38,7 @@ in {
catppuccin.enable = false;
enable = true;
defaultEditor = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
extraPackages = with pkgs; [
# Formatters
black # Python
@ -52,7 +54,7 @@ in {
nodePackages.typescript-language-server
tailwindcss-language-server
clang
bash-language-server
pkgs-unstable.bash-language-server
# Tools
git