mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-08 02:36:34 +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 { };
|
|
}
|