moar options

This commit is contained in:
Kopatz
2024-04-16 21:20:04 +02:00
parent a61bf01275
commit 9d79d01c5e
16 changed files with 132 additions and 57 deletions

10
modules/misc/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, config, ...}:
{
imports = [
./wireshark.nix
./virt-manager.nix
./nftables.nix
./cli-tools.nix
./tmpfs.nix
];
}