2.home-manager/tests/modules/programs/ahoviewer/default.nix
2025-09-23 12:26:21 -05:00

5 lines
127 B
Nix

{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
ahoviewer-example-config = ./example-config.nix;
}