try to make obs studio work, not yet tho
This commit is contained in:
parent
440c536baa
commit
6f33e37157
28
home.nix
28
home.nix
@ -21,6 +21,20 @@ with lib.hm.gvariant;
|
||||
pkgs.nerdfonts
|
||||
pkgs.eza
|
||||
pkgs.python3
|
||||
pkgs.unzip
|
||||
pkgs.ffmpeg
|
||||
(pkgs.wrapOBS {
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
droidcam-obs
|
||||
];
|
||||
})
|
||||
|
||||
# (pkgs.wrapOBS.override {
|
||||
# obs-studio =
|
||||
# (pkgs.obs-studio.override {
|
||||
# plugins = [ pkgs.obs-studio-plugins.droidcam-obs ];
|
||||
# })
|
||||
# ;})
|
||||
# pkgs.gnupg
|
||||
# pkgs.python3
|
||||
# (pkgs.python3.withPackages(
|
||||
@ -101,6 +115,11 @@ with lib.hm.gvariant;
|
||||
# source = inputs.emacs-config;
|
||||
# recursive = true;
|
||||
# };
|
||||
# home.file.".config/obs-studio/droidcam-obs".source = pkgs.fetchzip {
|
||||
# url = "https://github.com/dev47apps/droidcam-obs-plugin/releases/download/2.3.2/droidcam_obs_2.3.2_linux_flatpak.zip";
|
||||
# sha256 = "6IXNUtCqMYKmHDDpVvi8DFG4N5WfB+lyu/Xj7Qg0L70";
|
||||
# stripRoot = false;
|
||||
# };
|
||||
home.file.".face".source = builtins.fetchurl {
|
||||
url = "https://marq42.xyz/rena.webp";
|
||||
sha256 = "10x3qvfdp79fmbbi7ljnqx419xmwpiyyr4pfxhynh3xq7fd0laz2";
|
||||
@ -180,6 +199,15 @@ with lib.hm.gvariant;
|
||||
# pinentryFlavor = "gnome3";
|
||||
# };
|
||||
};
|
||||
# programs.obs-studio = {
|
||||
# enable = true;
|
||||
# # plugins = [ pkgs.obs-studio-plugins.droidcam-obs ];
|
||||
# # package = (pkgs.wrapOBS {
|
||||
# # plugins = with pkgs.obs-studio-plugins; [
|
||||
# # droidcam-obs
|
||||
# # ];
|
||||
# # });
|
||||
# };
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user