1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

feat(zaatar): clean up mpd

This commit is contained in:
2021-01-27 00:03:32 +01:00
parent 422f2b8676
commit 38f088d9e5
6 changed files with 4 additions and 509 deletions

View File

@@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
let
streams = import <niveum/lib/streams.nix> { inherit lib; };
streams = import <niveum/lib/streams.nix> {
di-fm-key = lib.strings.fileContents <secrets/di.fm/key>;
};
in
{
imports = [ <niveum/modules/mpd-fm.nix> ];