1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51:04 +01:00
home-manager/tests/modules/services/walker/default.nix
2025-08-10 23:23:58 -05:00

5 lines
124 B
Nix

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