mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
8 lines
170 B
Nix
Executable File
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 ];
|
|
}
|