Skip to content

Commit 6372060

Browse files
committed
chore: update dependencies and modify OBS plugins configuration
1 parent 86a6dc4 commit 6372060

File tree

4 files changed

+51
-50
lines changed

4 files changed

+51
-50
lines changed

flake.lock

Lines changed: 48 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
inputs.nixpkgs.follows = "nixpkgs";
1515
};
1616
stylix = {
17-
url = "github:nix-community/stylix";
17+
url = "github:vidhanio/stylix/gnome-49";
1818
inputs.nixpkgs.follows = "nixpkgs";
1919
};
2020
stylix-stable = {

nixos/ryu/programs/obs-studio.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
enableVirtualCamera = true;
66
plugins = [
77
pkgs.obs-studio-plugins.wlrobs
8-
pkgs.obs-studio-plugins.droidcam-obs
8+
# pkgs.obs-studio-plugins.droidcam-obs
99
];
1010
};
1111
};

overlays.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
# alvr-master = inputs.alvr.packages.${prev.system}.default;
165165
caddyWithHetzner = final.pkgs.caddy.withPlugins {
166166
plugins = ["github.com/caddy-dns/[email protected]"];
167-
hash = "sha256-OKzPdgF+tgsu9CxXr3kj9qXcXvyu3eJeajF90PKRatw=";
167+
hash = "sha256-AuBFjv7Qku+UeVMt+y3zHC7dyNnLf45b46MH6C0ukW8=";
168168
};
169169
nix-auth = inputs.nix-auth.packages.${prev.system}.nix-auth;
170170
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;

0 commit comments

Comments
 (0)