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/copenhagen | |
| parent | 3b80789de380e8cc9e32ef5a575a434ce10b3e71 (diff) | |
unify param ordering
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/home/c.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index b374712..ca9c5b9 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, inputs, config, ...}: +{ config, lib, pkgs, inputs, ...}: { imports = [ |