diff options
Diffstat (limited to 'hosts/copenhagen/home')
| -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 = [ |