mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 13:26:34 +05:30
11 lines
125 B
Nix
11 lines
125 B
Nix
{
|
|
imports = [
|
|
./nix.nix
|
|
./nixpkgs.nix
|
|
./nh.nix
|
|
./overlays.nix
|
|
./substituters.nix
|
|
./user.nix
|
|
];
|
|
}
|