nixos/modules/default.nix

14 lines
145 B
Nix

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