diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-26 12:31:29 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-26 12:31:29 -0700 |
| commit | ba00e9318e18f2c8bd62fa6fb19b2cf73773daae (patch) | |
| tree | d9b68d2a0e5a146b087a4286d94f8c52a858b74a /hosts/phoenix | |
| parent | 3b80789de380e8cc9e32ef5a575a434ce10b3e71 (diff) | |
unify param ordering
Diffstat (limited to 'hosts/phoenix')
| -rw-r--r-- | hosts/phoenix/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phoenix/home.nix b/hosts/phoenix/home.nix index 684b35a..69fb38f 100644 --- a/hosts/phoenix/home.nix +++ b/hosts/phoenix/home.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, inputs, config, ...}: +{ config, lib, pkgs, inputs, ...}: { imports = [ |