nix/home/netty.nix
2026-03-29 15:32:44 -04:00

5 lines
47 B
Nix

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