mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 01:01:54 +05:30
5 lines
109 B
Nix
Executable File
5 lines
109 B
Nix
Executable File
{ pkgs, ... }: {
|
|
nvchad = pkgs.callPackage ./nvchad { };
|
|
astronvim = pkgs.callPackage ./astronvim { };
|
|
}
|