mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
6 lines
192 B
Nix
6 lines
192 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
recoll-basic-configuration = ./basic-configuration.nix;
|
|
recoll-config-format-order = ./config-format-order.nix;
|
|
}
|