infrastructure/nixos/common/hm-modules/default.nix

5 lines
47 B
Nix
Raw Normal View History

2022-12-26 13:02:48 +01:00
{ ... }: {
imports = [
./riff.nix
];
}