boot strapping

This commit is contained in:
2025-02-11 21:43:01 -05:00
parent 6c15bbe0a3
commit ff0f7eba26
25 changed files with 876 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
jellyfin-media-player
];
}