nix-dotfiles/profiles/mediaserver.nix

16 lines
228 B
Nix
Raw Normal View History

2024-05-01 16:08:10 +02:00
{ config, pkgs, lib, ... }:
{
imports =
[
./base.nix
../services/podgrab.nix
../services/jellyfin.nix
];
environment.systemPackages = with pkgs.unstable; [
];
}