nixos-config/modules/services/default.nix

8 lines
170 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, ... }:
{
2020-10-25 15:49:14 +00:00
imports = [ ./recoll.nix ];
2020-08-16 08:33:44 +00:00
}