nixos/modules/default.nix

19 lines
237 B
Nix

{ ... }:
{
imports = [
./common
./common-x86
./data-share
./docker
./email
./eog
./hunspell
./libimobiledevice
./lockscreen
./makemkv
./rdp
./telegram-notifications
./username
];
}