m3-atlas: n8n - nixos, ghost update

This commit is contained in:
m3tam3re
2025-04-16 14:06:02 +02:00
parent 9b6e6a6992
commit 01a2cbc808
7 changed files with 42 additions and 16 deletions

View File

@ -20,6 +20,18 @@
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
};
programs.obs-studio = {
enable = true;
enableVirtualCamera = true;
plugins = with pkgs.obs-studio-plugins; [
obs-composite-blur
obs-vaapi
obs-vertical-canvas
obs-vkcapture
obs-webkitgtk
wlrobs
];
};
programs.fish.enable = true;
programs.thunar = {
enable = true;