fn: Improve readability of fn.lst function arguments.

This commit is contained in:
Kevin Baensch 2024-11-30 21:08:01 +01:00
parent b6b22c2c22
commit c1c5ff299e
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 32 additions and 31 deletions

View file

@ -9,8 +9,8 @@ with lib;
let
cfg = config.machine;
desktopFiles = fn.lst {
p = toString ./desktop;
b = true;
path = toString ./desktop;
fullPath = true;
};
in
{