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:
@@ -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> ];
|
||||
|
||||
Reference in New Issue
Block a user