2.home-manager/tests/modules/programs/am2rlauncher/default.nix
2025-10-05 14:01:08 -05:00

5 lines
118 B
Nix

{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
am2rlauncher-settings = ./settings.nix;
}