init jukebox module for neptune
fax machine now also stereo
This commit is contained in:
9
modules/clan/jukebox/flake-module.nix
Normal file
9
modules/clan/jukebox/flake-module.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }:
|
||||
let
|
||||
module = lib.modules.importApply ./default.nix { };
|
||||
in
|
||||
{
|
||||
clan.modules = {
|
||||
jukebox = module;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user