2.home-manager/tests/modules/services/hyprlauncher/default.nix
2025-12-05 22:35:12 -06:00

5 lines
118 B
Nix

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