nixos/modules/default.nix

9 lines
143 B
Nix
Raw Normal View History

2023-05-27 16:58:29 +02:00
{ custom }: { ... }:
{
imports = [
(import ./eog { inherit custom; })
2023-05-27 17:38:54 +02:00
./lockscreen
(import ./makemkv { inherit custom; })
2023-05-27 16:58:29 +02:00
];
}