add ffmpeg to sonarr and radarr

This commit is contained in:
2025-10-22 21:50:35 -05:00
parent 32f37c7c2e
commit b7fb67f939
5 changed files with 38 additions and 25 deletions

View File

@@ -4,11 +4,12 @@
pkgs,
inputs,
system,
current_system,
...
}: let
#platform = if pkgs.stdenv.hostPlatform.system == "x86_64-darwin" then "darwin" else "nixos";
platform = if builtins.pathExists "/System/Library/CoreServices" then "darwin" else "nixos";
#platform = if current_system "x86_64-darwin" then "darwin" else "nixos";
# general config
home_linux = {
@@ -24,7 +25,6 @@ in
imports = [
inputs.sops-nix.homeManagerModules.sops
./os/${platform}.nix
#./os/nixos.nix
./dots/neovim
./dots/lf
./dots/zsh