Correct the function inputs for eog and makemkv

This commit is contained in:
Andreas Zweili 2023-05-28 00:00:22 +02:00
parent e85690e030
commit 712193f01c
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{ custom }: { ... }:
{
imports = [
(import ./eog { inherit custom; })
./eog
./lockscreen
(import ./makemkv { inherit custom; })
./makemkv
./rdp
];
}

View File

@ -1,4 +1,4 @@
{ custom }: { config, lib, pkgs, ... }:
{ config, custom, lib, pkgs, ... }:
let
cfg = config.programs.eog;
in

View File

@ -1,4 +1,4 @@
{ custom }: { config, lib, pkgs, ... }:
{ config, custom, lib, pkgs, ... }:
let
cfg = config.programs.makemkv;
in