fix(nvim): renamed plugin option
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 5s
/ check (nvimNoLsp) (push) Successful in 4s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s

plugins.notify.backgroundColour was renamed.
This commit is contained in:
Jalil David Salamé Messina 2025-02-04 23:28:49 +01:00
parent 9079465e99
commit 0964177420
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -160,7 +160,7 @@ in
}; };
notify = { notify = {
enable = true; enable = true;
backgroundColour = "#000000"; settings.background_colour = "#000000";
}; };
telescope = { telescope = {
enable = true; enable = true;