.hive/modules/home/wofi/default.nix

7 lines
62 B
Nix

{...}: {
imports = [
./config.nix
./wofi.nix
];
}