nixos-config/modules/services/default.nix
2020-10-25 23:49:14 +08:00

8 lines
170 B
Nix
Executable File

# Seeing systemd as a great software is my guilty pleasure.
# Here's where services are declared.
{ config, options, lib, pkgs, ... }:
{
imports = [ ./recoll.nix ];
}