nixos/modules/default.nix

30 lines
425 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
2023-05-31 22:01:26 +02:00
./logs-share
2023-05-31 22:26:38 +02:00
./log-to-ram
./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
./restic-client-desktop
2023-05-31 21:19:14 +02:00
./scripts
2023-05-31 22:29:27 +02:00
./syslog
./telegram-notifications
2023-05-31 22:13:56 +02:00
./tlp
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
];
}