infrastructure/hosts/aurum/services/default.nix

6 lines
43 B
Nix
Raw Normal View History

2024-03-31 14:24:06 +00:00
{...}: {
imports = [
./greetd
];
}