mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
9 lines
66 B
Nix
9 lines
66 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./clamav.nix
|
|
];
|
|
}
|