mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
10 lines
176 B
Nix
10 lines
176 B
Nix
![]() |
# Seeing systemd as a great software is my guilty pleasure.
|
||
|
# Here's where services are declared.
|
||
|
{ config, options, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./recoll.nix
|
||
|
];
|
||
|
}
|