nixos/modules/default.nix

14 lines
145 B
Nix
Raw Normal View History

2023-05-29 16:21:23 +02:00
{ ... }:
2023-05-27 16:58:29 +02:00
{
imports = [
2023-05-29 15:20:49 +02:00
./common
./common-x86
2023-05-29 15:34:17 +02:00
./data-share
./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
];
}