Add helvum package for patching pipewire routes
This commit is contained in:
parent
2a95d7c536
commit
d53d3f4dbb
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
xdg.configFile."obs-studio/themes".source = ./themes;
|
xdg.configFile."obs-studio/themes".source = ./themes;
|
||||||
|
home.packages = with pkgs; [ helvum ];
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
|
Loading…
Reference in a new issue