change nvim package name

This commit is contained in:
2024-08-06 01:02:43 +05:30
parent 2f852eed2f
commit a7170ecbe6
20 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{pkgs, ...}: {
tux-awesome-wm-config = pkgs.callPackage ./awesome {};
nvchad = pkgs.callPackage ./nvchad {};
tux-nvim-config = pkgs.callPackage ./nvim {};
astronvim = pkgs.callPackage ./astronvim {};
firefox-mod-blur = pkgs.callPackage ./firefox-mod-blur {};
}