working OOYE
This commit is contained in:
parent
c011b34f1f
commit
6748c8aca9
3 changed files with 14 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
services.displayManager = {
|
||||
gdm.enable = true;
|
||||
gnome.enable = true;
|
||||
services = {
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [obs-pipewire-audio-capture];
|
||||
enableVirtualCamera = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue