EdenQwQ/os/programs/default.nix
2025-03-01 22:35:08 +08:00

8 lines
86 B
Nix

{
imports = [
./basic.nix
./doas.nix
./niri.nix
./ollama.nix
];
}