Make obs global
This commit is contained in:
parent
6f22133ff1
commit
7e02911606
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
@ -234,6 +234,14 @@
|
|||
allowImages = true;
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
droidcam-obs
|
||||
];
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
KUBECONFIG = "/home/insert/Desktop/k3s.yaml";
|
||||
|
|
Loading…
Reference in a new issue