nix-config/hosts/t480/modules/default.nix

10 lines
103 B
Nix
Raw Normal View History

{
imports = [
./cron.nix
./neomutt.nix
./newsboat
./ollama.nix
./wiki.nix
];
}