From c689e54173ae1664c6866710e40ad99764afb7f8 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 23:16:05 +0100 Subject: [PATCH] Correct arguments --- modules/eog/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/eog/default.nix b/modules/eog/default.nix index 2769659..37841b7 100644 --- a/modules/eog/default.nix +++ b/modules/eog/default.nix @@ -1,4 +1,4 @@ -{ inputs, custom, pkgs, ... }: +{ custom }: { pkgs, ... }: { environment.systemPackages = with pkgs; [ gnome.eog