Files
nix-config/modules/collections/laptop.nix
Kopatz a61bf01275 moar
2024-04-16 21:08:13 +02:00

10 lines
155 B
Nix

{pkgs, config, ...}:
{
kop = {
cli-tools.enable = true;
tmpfs.enable = true;
wireshark.enable = true;
virt-manager.enable = true;
};
}