code formatting

This commit is contained in:
m3tam3re
2025-08-07 21:58:03 +02:00
parent 54f6c6b65b
commit ab05131567
3 changed files with 37 additions and 38 deletions

View File

@@ -1,12 +1,10 @@
{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: prev:
(import ../pkgs {pkgs = final;});
additions = final: prev: (import ../pkgs {pkgs = final;});
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
brave = prev.brave.override {
commandLineArgs = "--password-store=gnome-libsecret";
};