profiles: gtk: remove unused argument

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:36 +01:00
parent 986aed79fb
commit cf37d3172a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.my.profiles.gtk;
in