nemo: install obs studio

This commit is contained in:
Daniel Lundin 2024-09-03 10:39:59 +02:00
parent d40ac202fe
commit 7af8b78892
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 16 additions and 2 deletions
home/dln

View file

@ -8,7 +8,16 @@
# Host specific user config goes here
#
programs.ghostty.settings = {
font-size = lib.mkForce 20;
font-size = lib.mkForce 18;
};
programs.obs-studio = {
enable = true;
plugins = with pkgs; [
obs-studio-plugins.wlrobs
obs-studio-plugins.obs-vaapi
obs-studio-plugins.obs-pipewire-audio-capture
];
};
dconf.settings = {