nixos/modules/default.nix

10 lines
153 B
Nix

{ custom }: { ... }:
{
imports = [
(import ./eog { inherit custom; })
./lockscreen
(import ./makemkv { inherit custom; })
./rdp
];
}