Files
tawm/pkgs/default.nix
2024-08-06 00:49:41 +05:30

7 lines
223 B
Nix
Executable File

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