Skip to content

lib.validators

check if a predicate for any user config is true

  • [conf] the configuration that nixosConfigurations provides
  • [cond] predicate function to check against config variable
anyHome :: AttrSet -> (Any -> Bool) -> Bool
anyHome config (cfg: cfg.programs.hyprland.enable)
=> true