From b6fa29e6318866676ca561873ff6462a39e48273 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 17 Jul 2025 17:08:06 +0000 Subject: [PATCH] Alphabetize the arguments to fish The power of OCD compels you --- modules/home/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/fish.nix b/modules/home/fish.nix index d50bffc..71cfffe 100644 --- a/modules/home/fish.nix +++ b/modules/home/fish.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, configFiles, ... }: +{ config, configFiles, lib, pkgs, ... }: with lib;