nixos: fix typos

This commit is contained in:
figsoda 2023-05-19 22:11:38 -04:00
commit 701bcdbead
58 changed files with 84 additions and 84 deletions

View file

@ -21,7 +21,7 @@ in
in
{
warnings = lib.mkIf config.xdg.portal.gtkUsePortal [
"The option `${lib.showOption from}' defined in ${lib.showFiles fromOpt.files} has been deprecated. Setting the variable globally with `environment.sessionVariables' NixOS option can have unforseen side-effects."
"The option `${lib.showOption from}' defined in ${lib.showFiles fromOpt.files} has been deprecated. Setting the variable globally with `environment.sessionVariables' NixOS option can have unforeseen side-effects."
];
}
)