Files
nixos-config/pkgs/default.nix
2024-03-01 19:56:08 +05:30

6 lines
161 B
Nix
Executable File

{ pkgs, ... }: {
speedtestpp = pkgs.callPackage ./speedtestpp { };
nvchad = pkgs.callPackage ./nvchad { };
astronvim = pkgs.callPackage ./astronvim { };
}