Files
nix-config/modules/default.nix
2024-04-16 21:00:41 +02:00

16 lines
246 B
Nix

{ pkgs, config, ...}:
{
imports = [
./fh
./graphical
./hardware
./nix
./services
./support
./tmpfs.nix
./wireshark.nix
./virt-manager.nix
./nftables.nix
];
}