nixos-config/modules/services/default.nix
2020-08-16 16:33:44 +08:00

11 lines
193 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
./unison.nix
];
}