class Launchy::Detect::HostOsFamily::Nix

All the *nix family of operating systems, and BSDs

def self.matching_regex

def self.matching_regex
  /(linux|bsd|aix|solaris|sunos|dragonfly)/i
end

def app_list(app)

def app_list(app)
  app.nix_app_list
end