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