nixos/modules/default.nix

25 lines
340 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
2023-05-29 17:10:15 +02:00
./docker
2023-05-30 22:29:05 +02:00
./email
./eog
2023-05-30 22:55:08 +02:00
./hunspell
2023-05-30 22:47:51 +02:00
./libimobiledevice
2023-05-27 17:38:54 +02:00
./lockscreen
./makemkv
2023-05-31 20:45:58 +02:00
./nix-direnv
2023-05-31 20:58:10 +02:00
./pipewire
2023-05-27 17:54:43 +02:00
./rdp
2023-05-31 21:19:14 +02:00
./scripts
./telegram-notifications
2023-05-31 21:12:50 +02:00
./tmux
2023-05-29 12:26:02 +02:00
./username
2023-05-31 21:49:56 +02:00
./virtualbox-guest
2023-05-31 21:43:34 +02:00
./profiles/desktop
2023-05-27 16:58:29 +02:00
];
}