nix-conf/modules/opts/default.nix
2025-05-31 13:45:20 -07:00

6 lines
47 B
Nix

{ ... }: {
imports = [
./kb-input
];
}