Alphabetize the arguments to fish

The power of OCD compels you
This commit is contained in:
Eli Ribble 2025-07-17 17:08:06 +00:00
parent 3e83a50e38
commit b6fa29e631

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, configFiles, ... }:
{ config, configFiles, lib, pkgs, ... }:
with lib;