infrastructure/hosts/aurum/services/default.nix

6 lines
47 B
Nix

{...}: {
imports = [
./greetd.nix
];
}