add ffmpeg to sonarr and radarr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user