rename to netty

This commit is contained in:
Harivansh Rathi 2026-03-29 15:32:44 -04:00
parent 02a0f0fb64
commit c056cd2919
7 changed files with 4 additions and 4 deletions

5
home/netty.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
imports = [
./common.nix
];
}