feat: some config refining and blender

This commit is contained in:
Zhongheng Liu 2024-11-21 18:39:35 +02:00
commit 78d5115aac
Signed by: steven
GPG key ID: DC8F48E7B4C40905
5 changed files with 24 additions and 3 deletions

View file

@ -72,7 +72,10 @@
programs = {
obs-studio = {
enable = true;
plugins = [pkgs.obs-studio-plugins.wlrobs];
plugins = with pkgs.obs-studio-plugins; [
wlrobs
input-overlay
];
};
home-manager.enable = true;
firefox = {