Add some k8s tools
This commit is contained in:
@@ -32,7 +32,13 @@
|
||||
spotify
|
||||
spicetify-cli
|
||||
sshfs
|
||||
talosctl
|
||||
|
||||
# k8s tools
|
||||
unstable.talosctl
|
||||
unstable.k9s
|
||||
unstable.cilium-cli
|
||||
unstable.kubernetes-helm
|
||||
unstable.cmctl
|
||||
|
||||
# steam
|
||||
# steam-run
|
||||
|
@@ -1,8 +1,23 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
# let
|
||||
# obs-backgroundremoval_1_1_10 = (pkgs.obs-studio-plugins.obs-backgroundremoval.overrideAttrs {
|
||||
# version = "1.1.10";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "occ-ai";
|
||||
# repo = "obs-backgroundremoval";
|
||||
# rev = "1.1.10";
|
||||
# hash = "sha256-6OTtmjXS3fiorEPUSjjqrS8u9fVJnnZZoD722W3JQO8=";
|
||||
# };
|
||||
# }).override {
|
||||
# onnxruntime = pkgs.unstable.onnxruntime;
|
||||
# };
|
||||
# in
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-backgroundremoval
|
||||
];
|
||||
#plugins = [ obs-backgroundremoval_1_1_10 ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user