flake update

This commit is contained in:
2025-10-06 07:14:44 +02:00
parent 7193859dac
commit 3395524c90
10 changed files with 147 additions and 52 deletions

View File

@@ -11,7 +11,9 @@
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
n8n = import ./mods/n8n.nix {inherit prev;};
vivaldi = prev.vivaldi.override {
commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
};
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });