nixos/modules/default.nix

13 lines
140 B
Nix
Raw Normal View History

2023-05-27 16:58:29 +02:00
{ custom }: { ... }:
{
imports = [
2023-05-29 15:20:49 +02:00
./common
./common-x86
./eog
2023-05-27 17:38:54 +02:00
./lockscreen
./makemkv
2023-05-27 17:54:43 +02:00
./rdp
2023-05-29 12:26:02 +02:00
./username
2023-05-27 16:58:29 +02:00
];
}