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 }: { ... }: { custom }: { ... }:
{ {
imports = [ imports = [
(import ./eog { inherit custom; }) ./eog
./lockscreen ./lockscreen
(import ./makemkv { inherit custom; }) ./makemkv
./rdp ./rdp
]; ];
} }

View File

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

View File

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