From e428895ba7f990b2b1959b31d6265a0b6ca1af4c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 5 Nov 2021 14:14:36 +0100 Subject: [PATCH] profiles: gtk: remove unused argument --- profiles/gtk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gtk/default.nix b/profiles/gtk/default.nix index f9fcd5d..61a3edc 100644 --- a/profiles/gtk/default.nix +++ b/profiles/gtk/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, ... }: let cfg = config.my.profiles.gtk; in