nix-conf/modules/common/default.nix

6 lines
49 B
Nix

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