modules: remove unused arguments
This commit is contained in:
parent
176d95d890
commit
313b0c23a9
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.hardware.upower;
|
||||
in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.services.paperless;
|
||||
in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# A simple podcast fetcher
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.services.podgrab;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue