nixos/modules/default.nix

30 lines
425 B
Nix

{ ... }:
{
imports = [
./common
./common-x86
./data-share
./docker
./email
./eog
./hunspell
./libimobiledevice
./lockscreen
./logs-share
./log-to-ram
./makemkv
./nix-direnv
./pipewire
./rdp
./restic-client-desktop
./scripts
./syslog
./telegram-notifications
./tlp
./tmux
./username
./virtualbox-guest
./profiles/desktop
];
}