nixos/modules/default.nix

22 lines
280 B
Nix

{ ... }:
{
imports = [
./common
./common-x86
./data-share
./docker
./email
./eog
./hunspell
./libimobiledevice
./lockscreen
./makemkv
./nix-direnv
./pipewire
./rdp
./telegram-notifications
./tmux
./username
];
}