nixos/modules/default.nix

11 lines
110 B
Nix

{ custom }: { ... }:
{
imports = [
./eog
./lockscreen
./makemkv
./rdp
./username
];
}