modules: remove unused arguments

This commit is contained in:
Bruno BELANYI 2021-09-24 01:15:40 +02:00
parent 176d95d890
commit 313b0c23a9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# A simple podcast fetcher
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.my.services.podgrab;
in