{ config, inputs, lib, ... }: with lib; let hyprlandCfg = config.modules.hyprland; in { imports = [ inputs.walker.homeManagerModules.default ]; programs.walker = mkIf (hyprlandCfg.launcher == "walker") { enable = true; runAsService = true; }; }