mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
11 lines
193 B
Nix
Executable File
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
|
|
];
|
|
}
|