1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
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;
}