Remove obs from GLaDOS specific and configure it in desktop instead
This commit is contained in:
parent
cf619a9a4d
commit
f9a34d7f3b
|
@ -65,7 +65,6 @@
|
||||||
|
|
||||||
# Multimedia:
|
# Multimedia:
|
||||||
freetube
|
freetube
|
||||||
obs-studio
|
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
# Office applications:
|
# Office applications:
|
||||||
|
@ -120,6 +119,15 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Enable home-manager and git
|
# Enable home-manager and git
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
|
@ -10,12 +10,4 @@
|
||||||
imports = [
|
imports = [
|
||||||
./lillian.nix
|
./lillian.nix
|
||||||
];
|
];
|
||||||
programs.obs-studio = {
|
|
||||||
enable = true;
|
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
|
||||||
wlrobs
|
|
||||||
obs-backgroundremoval
|
|
||||||
obs-pipewire-audio-capture
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue