infrastructure/nixos/common/hm-modules/default.nix
2022-12-26 13:02:48 +01:00

5 lines
47 B
Nix

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