mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
6 lines
161 B
Nix
Executable File
6 lines
161 B
Nix
Executable File
{ pkgs, ... }: {
|
|
speedtestpp = pkgs.callPackage ./speedtestpp { };
|
|
nvchad = pkgs.callPackage ./nvchad { };
|
|
astronvim = pkgs.callPackage ./astronvim { };
|
|
}
|