add firefox-mod-blur theme

This commit is contained in:
2024-05-13 22:40:54 +05:30
parent ea34b0c281
commit f950068e3a
5 changed files with 40 additions and 931 deletions

View File

@ -1,4 +1,5 @@
{pkgs, ...}: {
nvchad = pkgs.callPackage ./nvchad {};
astronvim = pkgs.callPackage ./astronvim {};
firefox-mod-blur = pkgs.callPackage ./firefox-mod-blur {};
}