mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
5 lines
105 B
Nix
Executable File
5 lines
105 B
Nix
Executable File
{pkgs, ...}: {
|
|
nvchad = pkgs.callPackage ./nvchad {};
|
|
astronvim = pkgs.callPackage ./astronvim {};
|
|
}
|