nemo: install obs studio
This commit is contained in:
parent
d40ac202fe
commit
7af8b78892
2 changed files with 16 additions and 2 deletions
home/dln
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue