8 lines
193 B
Nix
Executable file
8 lines
193 B
Nix
Executable file
{ config, ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/printer.nix
|
|
../../../modules/localsend.nix
|
|
(import ../../../modules/airplay.nix { hostname = config.networking.hostName; })
|
|
];
|
|
}
|