nix/home/netty.nix
2026-03-30 14:44:41 -04:00

7 lines
74 B
Nix

{ ... }:
{
imports = [
./common.nix
./netty-worktree.nix
];
}