nixos/modules/default.nix

16 lines
187 B
Nix

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