n8n-env, obs-plugins

This commit is contained in:
m3tam3re
2025-03-18 11:56:09 +01:00
parent b47e20afad
commit 466cbaf048
3 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,7 @@
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
n8n = import ./mods/n8n.nix {inherit prev;};
brave = prev.brave.override {
commandLineArgs = "--password-store=gnome-libsecret";
};