nixos/modules/default.nix

20 lines
254 B
Nix

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