nixos-config/modules/services/default.nix

10 lines
176 B
Nix
Raw Normal View History

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